Search
Results
bash-style-guide
A Complete Guide on How To Use Bash Arrays
[https://www.shell-tips.com/bash/arrays/] - - public:mzimmerm
Good guide and doc for Bash arrays. Also clearly states difference between array (indexed array=list) and associative array (keyd array=map)