Reset/set the $@ variable in bash
Linux, Bash
Using eval set -- $somevariable you can set the $@ array (and thus $1, $2, etc)
Comments powered by Disqus
Linux, Bash
Using eval set -- $somevariable you can set the $@ array (and thus $1, $2, etc)
Comments powered by DisqusCopyright 2010. All Rights Reserved.