Linux Know-How provides a collection of introductory texts on often needed Linux skills. |
Home Bash Guide for Beginners Bash and Bash scripts Advantages of the Bourne Again Shell Arrays | |
See also: Array variables | |
Search the VIAS Library | Index | |
ArraysBash provides one-dimensional array variables. Any variable may be used as an array; the declare built-in will explicitly declare an array. There is no maximum limit on the size of an array, nor any requirement that members be indexed or assigned contiguously. Arrays are zero-based. See Chapter 10.
|
|
Home Bash Guide for Beginners Bash and Bash scripts Advantages of the Bourne Again Shell Arrays |