clemens fischer wrote: > Minor nits about quoting: both $((...)) and subscript [...] in bash > treat their arguments as numbers, $(...) (command substitution) is > implicitly quoted on the outside, which eases quotes on the inside.
Micah sent a clarification to me in private email: command substitutions are not implicitly quoted. Examples (from Micah): But, e.g., for n in $(echo *) # many; IFS-split is of course different from for n in "$(echo *)" # single; not split In assignments, the bash language effectively quotes things, so my patch still works. clemens ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users