Common Bash Pitfalls
https://mywiki.wooledge.org/BashPitfalls/ also on Archive.org
- Command execution via unquoted variable
- Arithmetic expansion leading to command execution
- Arithmetic expansion in array index leads to command execution
- Etc...
https://mywiki.wooledge.org/BashPitfalls/ also on Archive.org