Using Indexed Arrays in Bash

In programming languages, an array is a data structure that represents a collection of objects with the same data type. And, although Bash is not a full-blown programming language, it does support array-type variables, explains Dan Nanni. 

This article focuses on indexed arrays and shows examples of how to use them.

Read more at xmodulo.

Comments