Andrew McNabb wrote:
In this case, you're lucky to have an obvious solution. Sometimes you just can't do it in Bash. I spent a long time once trying to run a command with a dynamically built argument list--something like this:argument_list="arg1 arg2 arg3" some_program $argument_list
xargs? --Dave /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
