Bash Arrays: Exploring and Experimenting with Bash Arrays
This is a series of posts exploring bash arrays, from the basics to more advanced usages. I began the series in an attempt to understand bash arrays as I was building the Shell Tree script How to declare an array and set its elements How to get the indices of an array How to cycle…