Difference between revisions of "Shell"
Jump to navigation
Jump to search
(moo) |
(→Zsh) |
||
Line 26: | Line 26: | ||
* https://github.com/sykora/etc/tree/master/zsh | * https://github.com/sykora/etc/tree/master/zsh | ||
* https://gist.github.com/914831 | * https://gist.github.com/914831 | ||
− | * https://github.com/olivierverdier/zsh-git-prompt | + | * https://github.com/olivierverdier/zsh-git-prompt or https://github.com/jcorbin/zsh-git |
Revision as of 20:24, 6 January 2012
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
- Conditional statements
- 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