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

Copyright 2010. All Rights Reserved.