Difference between revisions of "Shell"
Jump to navigation
Jump to search
(→Zsh) |
|||
Line 2: | Line 2: | ||
=== Bash === | === Bash === | ||
+ | * [http://www.gnu.org/software/bash/manual/html_node/index.html Bash Reference Manual] | ||
+ | ** [http://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html Builtin Commands] | ||
+ | ** Shell variables: [http://www.gnu.org/software/bash/manual/html_node/Bourne-Shell-Variables.html Bourne], [http://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html Bash] | ||
* [http://linux.die.net/Bash-Beginners-Guide/index.html Bash Guide for Beginners] | * [http://linux.die.net/Bash-Beginners-Guide/index.html Bash Guide for Beginners] | ||
** [http://linux.die.net/Bash-Beginners-Guide/chap_07.html Conditional statements] | ** [http://linux.die.net/Bash-Beginners-Guide/chap_07.html Conditional statements] | ||
Line 13: | Line 16: | ||
=== Basics === | === Basics === | ||
− | |||
* [http://www.ibm.com/developerworks/linux/library/l-bash-parameters/index.html IBM - Linux tip: Bash parameters and parameter expansions] | * [http://www.ibm.com/developerworks/linux/library/l-bash-parameters/index.html IBM - Linux tip: Bash parameters and parameter expansions] | ||
* [http://wiki.bash-hackers.org/scripting/debuggingtips Debugging a script] Bash Hackers Wiki | * [http://wiki.bash-hackers.org/scripting/debuggingtips Debugging a script] Bash Hackers Wiki |
Revision as of 07:46, 8 January 2012
Bash
- Bash Reference Manual
- Builtin Commands
- Shell variables: Bourne, Bash
- Bash Guide for Beginners
- Advanced Bash-Scripting Guide by Mendel Cooper
- .bashrc, etc
- Getting Started with BASH
- The Command Line Crash Course (for cli newbs)
man: echo
Basics
- IBM - Linux tip: Bash parameters and parameter expansions
- Debugging a script Bash Hackers Wiki
Options
- http://rsalveti.wordpress.com/2007/04/03/bash-parsing-arguments-with-getopts/
- http://wiki.bash-hackers.org/howto/getopts_tutorial
- shFlags - getop wrapper for long flags with fallback for non gnu-getopt