Reorder bash doc structure

This commit is contained in:
Martin Blazik
2022-06-01 19:49:24 +02:00
parent 0f3076dd96
commit c5df2aa664

View File

@@ -1,15 +1,14 @@
# 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)
# Bash
## 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/
## Articles
* [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/)
* [Shell Parameter Expansion](https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html)
* [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)