Bash Shell Script Accessing Array Variables
The bash shell allows a number of methods for accessing elements of variable arrays. This tech-recipe demonstrates some of these techniques.
Category Bourne shell scripting
Bash Shell Script Iterate Through Array Values
Having an array of variables is of no use unless you can use those values somehow. This tech-recipe shows a few methods for looping through the values of an array in the bash shell.
Category Bourne shell scripting
bash shell script declaring/creating arrays
The use of array variable structures can be invaluable. This recipe describes several methods for declaring arrays in bash scripts.
Category Bourne shell scripting