Merge pull request #7 from mrdeathless/master

Add links to Greg Wooladge's and Bash Hakers wikis
This commit is contained in:
Caleb Xu 2014-08-28 06:09:17 -04:00
commit a41d1323a1
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [zshmarks](https://github.com/jocelynmallon/zshmarks) - A port of Bashmarks (simple bookmarking plugin by Todd Werth) for oh-my-zsh
# Guides
* [Greg Wooledge's (aka "greycat") wiki](http://mywiki.wooledge.org).
Specifically [Bash Guide](http://mywiki.wooledge.org/BashGuide), [Bash FAQ](http://mywiki.wooledge.org/BashFAQ) and [Bash Pitfalls](http://mywiki.wooledge.org/BashPitfalls)
* [Bash Hackers Wiki] (http://wiki.bash-hackers.org/)
* [The Linux Documentation Project: Bash Programming - Intro/How-to](http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html#toc)
* [The Linux Documentation Project: Advanced Bash Scripting Guide](http://www.tldp.org/LDP/abs/html/)
* [WikiBooks: Bash Shell Scripting](http://en.wikibooks.org/wiki/Bash_Shell_Scripting)