Bash: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
* [http://www.davidpashley.com/2006/05/17/backticks/ The case against backticks] | * [http://www.davidpashley.com/2006/05/17/backticks/ The case against backticks] | ||
* [https://arslan.io/2019/07/03/how-to-write-idempotent-bash-scripts/ How to write idempotent Bash scripts] | * [https://arslan.io/2019/07/03/how-to-write-idempotent-bash-scripts/ How to write idempotent Bash scripts] | ||
* [https://www.shellcheck.net/ ShellCheck] - Automated tool for finding potential bugs in shell scripts |
Latest revision as of 15:36, 5 December 2019
Links
- Defensive Bash Programming
- Bash FAQ
- The case against backticks
- How to write idempotent Bash scripts
- ShellCheck - Automated tool for finding potential bugs in shell scripts