Bash Reference
Bash Reference
3 4
5 6
9 10
11 12
ARRAYS
Arrays in bash have no limits on the number of
elements. Array indices start at 0. Array subscripts
can be arithmetic expressions. Array elements need
not be contiguous. bash does not have associative
arrays.
13 14
15 16
17 18
19 20
21 22