Shell Tutorials and Documentation
Bash documentation can be found in two places: the GNU website (gnu.org) and the Cape Western Reserve University, home of the current maintainer, Chet Ramey.
- http://www.gnu.org/software/bash/
- http://www.gnu.org/software/bash/manual/bashref.html
- http://tiswww.case.edu/php/chet/bash/bashtop.html
- ftp://ftp.cwru.edu/pub/bash/FAQ
Mendel Cooper’s Advanced Bash-Scripting Guide is available in PDF form at the webofcrafts.net website. It is also available in HTML; some links to particular highlights are included later in this appendix:
Andrew Arensberger’s Ooblick site has a good page about the shell, including some slides:
Philip Brown’s Bolthole website has lots of information, including a ksh tutorial:
Greg Wooledge’s Bash Guide has a lot of good information:
ARNnet has a rare interview with Steve Bourne:
Dotfiles is a resource with many examples of dotfiles:
The following are some direct links to general information in the Advanced Bash-Scripting Guide:
- http://www.faqs.org/docs/abs/HTML/assortedtips.html
- http://www.faqs.org/docs/abs/HTML/contributed-scripts.html
The Linux Documentation Project is home to a lot of good documentation, including the Bash Beginner’s Guide, which, despite ...