Search
Results
Advanced Bash Shell Scripting Guide - Arrays
[https://www.linuxtopia.org/online_books/advanced_bash_scripting_guide/arrays.html] - - public:mzimmerm
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)
How to use bash array in a shell script - Scripting Tutorial
How to use 'readarray' in bash to read lines from a file into a 2D array - Stack Overflow
[https://stackoverflow.com/questions/26634978/how-to-use-readarray-in-bash-to-read-lines-from-a-file-into-a-2d-array/46937672] - - public:mzimmerm
Convert string or command output into bash array
Reading Output of a Command Into an Array in Bash | Baeldung on Linux
[https://www.baeldung.com/linux/reading-output-into-array] - - public:mzimmerm
Convert a string or command output into bash array variable