Difference between revisions of "Shell"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{techy}} | {{techy}} | ||
− | + | == Bash == | |
* [http://www.gnu.org/software/bash/manual/html_node/index.html Bash Reference Manual] | * [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] | ** [http://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html Builtin Commands] | ||
Line 32: | Line 32: | ||
* http://www.cyberciti.biz/tips/spice-up-your-unix-linux-shell-scripts.html | * http://www.cyberciti.biz/tips/spice-up-your-unix-linux-shell-scripts.html | ||
− | + | == Zsh == | |
* [http://zsh.sourceforge.net/Guide/zshguide.html A User's Guide to the Z-Shell] | * [http://zsh.sourceforge.net/Guide/zshguide.html A User's Guide to the Z-Shell] | ||
* [http://www.rayninfo.co.uk/tips/zshtips.html Zzappers Best of ZSH Tips] | * [http://www.rayninfo.co.uk/tips/zshtips.html Zzappers Best of ZSH Tips] | ||
Line 40: | Line 40: | ||
* https://gist.github.com/914831 | * https://gist.github.com/914831 | ||
* https://github.com/olivierverdier/zsh-git-prompt or https://github.com/jcorbin/zsh-git | * https://github.com/olivierverdier/zsh-git-prompt or https://github.com/jcorbin/zsh-git | ||
+ | |||
+ | == lshell == | ||
+ | * http://lshell.ghantoos.org/ |
Revision as of 03:47, 13 March 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
- http://mywiki.wooledge.org/BashGuide/Practices
- http://www.aboutlinux.info/2005/10/10-seconds-guide-to-bash-shell.html
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
More
Zsh
- Github: P.C. Shyamshankar's Zsh configs
- https://gist.github.com/914831
- https://github.com/olivierverdier/zsh-git-prompt or https://github.com/jcorbin/zsh-git