Tuesday, 1 October 2013

Array declaration – askubuntu.com

Array declaration – askubuntu.com

How can I declare an array in Ubuntu ? I have tried the code below
Unix=('Zero' 'One' 'Two') #echo -n "area2[0] = " echo ${area2[@]} # Aha,
zero-based indexing (first element of array is [0], not …

No comments:

Post a Comment