Search
Results
Regular expressions
[https://tldp.org/LDP/Bash-Beginners-Guide/html/sect_04_01.html] - - public:mzimmerm
Describes bash regex used in =~ operator, like: if [[ $str =~ _[a-z]+ ]]; then ...
Regular expressions
[https://tldp.org/LDP/Bash-Beginners-Guide/html/sect_04_01.html] - - public:mzimmerm
Describes bash regex used in =~ operator, like: if [[ $str =~ _[a-z]+ ]]; then ...
Bash Reference Manual
BashFAQ - Greg's Wiki
Bash Tutorial
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)
