Difference between revisions of "Bash shell scripting"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* [http://tldp.org/LDP/abs/html/ Advanced Bash-Scripting Guide] | * [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://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: | Other: | ||
− | * [http:// | + | * [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 |