
2 May
2012
2 May
'12
11:19 p.m.
On 2 May 2012 17:56, David Schoen <dave@lyte.id.au> wrote:
You will want to make $a an array, e.g.: a=(arg1 arg2) a+=(arg3)
As soon as you start using array's, the script is no longer POSIX sh compliant, you have to use bash or zsh or something. Personally I think as soon as you start needing to use array's in shell scripting, that is a good sign that maybe something like Python might be more appropriate... -- Brian May <brian@microcomaustralia.com.au>