On Tue, Jun 10, 2008 at 03:37:04PM -0700, Xeno Campanoli wrote: > `$x` is not working for me. eval "$x" maybe? eval "touch 'foo bar baz'" creates a 'foo bar baz' file for me, not a foo, a bar, and a baz file. -- Robert Woodcock - rcw at blarg.net perl -e '$a-=($_%4-2)*4/$_++while++$_<2e6;print"$a\n"'