Difference between revisions of "Bash shell scripting"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* [http://www.aboutlinux.info/2005/10/10-seconds-guide-to-bash-shell.html Bash shell scripting - 10 second guide] | * [http://www.aboutlinux.info/2005/10/10-seconds-guide-to-bash-shell.html Bash shell scripting - 10 second guide] | ||
− | |||
* [http://www.alexecollins.com/?q=content/tips-robust-bash-scripts Tips For Robust Bash Scripts] | * [http://www.alexecollins.com/?q=content/tips-robust-bash-scripts Tips For Robust Bash Scripts] | ||
+ | * [http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html BASH Programming - Introduction HOW-TO] | ||
+ | * [http://tldp.org/LDP/abs/html/ Advanced Bash-Scripting Guide] | ||
+ | * [http://tuts.pinehead.tv/2012/11/25/conditions-in-bash-scripting-if-statements/ Conditions in bash scripting (if statements)] | ||
+ | * [http://robertmuth.blogspot.com/2012/08/better-bash-scripting-in-15-minutes.html Better Bash Scripting in 15 Minutes] | ||
+ | * [http://wiki.bash-hackers.org/doku.php The Bash-Hackers Wiki] | ||
+ | * [http://devmanual.gentoo.org/tools-reference/bash bash -- Standard Shell] | ||
+ | Other: | ||
+ | * [http://www.danielmiessler.com/blog/collection-of-less-commonly-used-unix-commands Collection of Less Commonly Used UNIX Commands] | ||
+ | * [https://linuxacademy.com/blog/linux/ten-things-i-wish-i-knew-earlier-about-the-linux-command-line-2/ Ten things I wish I knew earlier about the Linux command line] | ||
* [http://www.commandlinefu.com commandlinefu.com] - Command-line gems | * [http://www.commandlinefu.com commandlinefu.com] - Command-line gems |