Skip to content

Instantly share code, notes, and snippets.

@wayneeseguin
Created August 28, 2011 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wayneeseguin/1176069 to your computer and use it in GitHub Desktop.
Save wayneeseguin/1176069 to your computer and use it in GitHub Desktop.
[root@sl6base ~]# ./array_test
4=4 :a b c d:
3=3 :a b c:
2=2 :b c: ${arr[0]}= ${arr[1]}=b ${arr[2]}=c
2=2 :b c: ${arr[0]}=b ${arr[1]}=c ${arr[2]}=
1=1 :c:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment