From c5df2aa664a5b9fc46ec14a04d9ea61d62bede08 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Wed, 1 Jun 2022 19:49:24 +0200 Subject: [PATCH] Reorder bash doc structure --- doc/bash.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/doc/bash.md b/doc/bash.md index 0e61795..40341f5 100644 --- a/doc/bash.md +++ b/doc/bash.md @@ -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)