Bash: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Links == * [http://www.kfirlavi.com/blog/2012/11/14/defensive-bash-programming/ Defensive Bash Programming] * [http://mywiki.wooledge.org/BashFAQ Bash FAQ] * [http://www.d..." |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
* [http://mywiki.wooledge.org/BashFAQ Bash FAQ] | * [http://mywiki.wooledge.org/BashFAQ Bash FAQ] | ||
* [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://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