Looping through an array in shell script

1 · Josh Sherman · Aug. 30, 2020, 5:23 a.m.
Generally speaking, when I need to work with an array or dictionary type of variable, I tend to reach for something other than Bash / shell scripting. This primarily stems from the fact that Bash didn’t support arrays until version 4.x and when I first learned about them, macOS (then......