Difference between revisions of "Shell"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
** [http://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html Builtin Commands] | ** [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] | ** 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://www.gnu.org/software/bash/manual/html_node/Bash-Conditional-Expressions.html Conditional Expressions] | ||
* [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] |
Revision as of 07:52, 8 January 2012
Bash
- Bash Reference Manual
- Builtin Commands
- Shell variables: Bourne, Bash
- Conditional Expressions
- 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