Difference between revisions of "Shell"

From Things and Stuff Wiki
Jump to navigation Jump to search
(Replaced content with "{{techy}}")
 
(8 intermediate revisions by the same user not shown)
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/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://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/chap_07.html Conditional statements]
 
* [http://tldp.org/LDP/abs/html/index.html Advanced Bash-Scripting Guide by Mendel Cooper]
 
** [http://tldp.org/LDP/abs/html/refcards.html Reference card]
 
* [http://stefaanlippens.net/bashrc_and_others .bashrc, etc]
 
* [http://www.hypexr.org/bash_tutorial.php Getting Started with BASH]
 
* [http://learncodethehardway.org/cli/book/cli-crash-course.html The Command Line Crash Course] (for cli newbs)
 
* [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://mywiki.wooledge.org/BashGuide/Practices
 
 
man: [http://unixhelp.ed.ac.uk/CGI/man-cgi?echo echo]
 
 
=== Basics ===
 
* [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
 
 
=== Options ===
 
* http://rsalveti.wordpress.com/2007/04/03/bash-parsing-arguments-with-getopts/
 
* http://wiki.bash-hackers.org/howto/getopts_tutorial
 
* [http://code.google.com/p/shflags/ shFlags] - getop wrapper for long flags with fallback for non gnu-getopt
 
 
=== Zsh ===
 
* [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://grml.org/zsh/ grml.org/zsh]
 
 
* [https://github.com/sykora/etc/tree/master/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
 

Latest revision as of 16:31, 27 June 2012