16 lines
1.2 KiB
Markdown
16 lines
1.2 KiB
Markdown
# Articles
|
|
- [6 Bash Tricks You Can Use Daily](https://medium.com/for-linux-users/6-bash-tricks-you-can-use-daily-a32abdd8b13)
|
|
- [Navigate Your Unix Shell History Like a Boss](https://levelup.gitconnected.com/navigate-your-unix-shell-history-like-a-boss-5722ef45689f)
|
|
- [15 Essential Linux Command Line Tips and Tricks](https://medium.com/better-programming/15-essential-linux-command-line-tips-and-tricks-95e2bfa2890f)
|
|
- [7 Command-Line Tools That Make Your Life Easier](https://levelup.gitconnected.com/7-command-line-tools-that-make-your-life-easier-d69c38850d6c)
|
|
- [Best Practices for Bash Scripts](https://medium.com/better-programming/best-practices-for-bash-scripts-17229889774d)
|
|
- [Oh-My-Zsh! A Work of CLI Magic — Tutorial for Ubuntu](https://medium.com/wearetheledger/oh-my-zsh-made-for-cli-lovers-installation-guide-3131ca5491fb)
|
|
- [Consider Starting All Your Bash Scripts with These Options.](https://medium.com/factualopinions/consider-starting-all-your-bash-scripts-with-these-options-74fbec0cbb83)
|
|
|
|
## Best Practices for Writing Bash Scripts
|
|
https://kvz.io/bash-best-practices.html
|
|
|
|
## Minimal safe Bash script template
|
|
https://betterdev.blog/minimal-safe-bash-script-template/
|
|
|