Links - Bash
Here is a curated links of sites that are I think are useful as I learn or relearn Bash or shell scripting further. Incomplete of course but there's always the internet. Will add any that are worthy to be linked here. For now, this would suffice. If you think there are links worthy to be added here, let me know in the comment below. Thank you!
Bash scripting
- LinuxCommand.org - best concise tutorial to shell scripting
- shellscript.sh - useful tips are here
- shellcheck - shell linter and checker
- shellspec - writing shell script in TDD/BDD for a robust scripting. Check "examples"
- shellfmt - shell script formatter to make it readable. Has other functions but better delegate to shellspec and shellcheck
- shell-tips.com
- linuxhandbook.com/tag/bash-beginner
- sodocumentation.net/bash
- Redirecting output