Difference between revisions of "Shell"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
* [http://www.davidpashley.com/articles/writing-robust-shell-scripts.html Writing Robust Bash Shell Scripts] | * [http://www.davidpashley.com/articles/writing-robust-shell-scripts.html Writing Robust Bash Shell Scripts] | ||
* http://blog.commandlinekungfu.com/p/index-of-tips-and-tricks.html Unix Command-Line Kung Fu] Tip index | * http://blog.commandlinekungfu.com/p/index-of-tips-and-tricks.html Unix Command-Line Kung Fu] Tip index | ||
+ | |||
+ | * http://www.semicomplete.com/articles/ssh-security/ | ||
man: [http://unixhelp.ed.ac.uk/CGI/man-cgi?echo echo] | man: [http://unixhelp.ed.ac.uk/CGI/man-cgi?echo echo] |
Revision as of 00:48, 5 February 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)
- Writing Robust Bash Shell Scripts
- http://blog.commandlinekungfu.com/p/index-of-tips-and-tricks.html Unix Command-Line Kung Fu] Tip index
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