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 through an array
- How to copy an array
- How to pass arrays as parameters
- Understanding Local Arrays in Recursive Functions