On Mon, Nov 07, 2011 at 08:50:25AM +0000, Stephane CHAZELAS wrote: > cmd='(set -f; IFS=" "; echo $verbatim_string)' > eval "$cmd"
http://mywiki.wooledge.org/BashFAQ/050 -- I'm trying to put a command in a variable, but the complex cases always fail!
On Mon, Nov 07, 2011 at 08:50:25AM +0000, Stephane CHAZELAS wrote: > cmd='(set -f; IFS=" "; echo $verbatim_string)' > eval "$cmd"
http://mywiki.wooledge.org/BashFAQ/050 -- I'm trying to put a command in a variable, but the complex cases always fail!