bash shell script declaring/creating arrays | a Tech-Recipes Tutorial
This recipe describes several methods for declaring arrays in bash scripts. The
following are methods for ... This example places the contents of the file filename
into an array. The tr command converts ...
www.tech-recipes.com |