Further Reading
- Writing Shell Scripts—Lesson 9: Stay Out of Trouble: http://linuxcommand.org/lc3_wss0090.php
- How to Debug Bash Scripts: https://linuxconfig.org/how-to-debug-bash-scripts
- 15 Essential Bash Debugging Techniques and Tools: https://www.fosslinux.com/104144/essential-bash-debugging-techniques-and-tools.htm
- Debugging a Bash Script: https://www.baeldung.com/linux/debug-bash-script
- 5 Simple Steps On How to Debug a Bash Shell Script: https://www.shell-tips.com/bash/debug-script/#gsc.tab=0
- Filenames and Pathnames in Shell: How to do it Correctly:
- https://dwheeler.com/essays/filenames-in-shell.html
- Common Shell Script Mistakes:
- https://www.pixelbeat.org/programming/shell_script_mistakes.html
- BashPitfalls:
- http://mywiki.wooledge.org/BashPitfalls
- Debugging your shell scripts with bashdb: https://www.linux.com/news/debug-your-shell-scripts-bashdb/
- Debugging bash scripts with the bashdb debugger...