commit bash-20060406 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 22:47:02 -05:00
parent 4c4d2fbfda
commit f0130b89d2
21 changed files with 1021 additions and 617 deletions
+4
View File
@@ -399,3 +399,7 @@ unset x[2]
x[9]='9'
echo ${x[*]: -1}
TOOLKIT=(1 2 3 4 5 6 7 8 9 10)
ARRAY="1"
echo ${TOOLKIT["$ARRAY"]}