9

What are some good bash tutorials? I would like to learn more about the bash shells commands and how to use them.

fixer1234
  • 28,064

4 Answers4

19

Advanced Bash Scripting Guide from The Linux Documentation Project pages.
(Also available as a PDF file if you prefer that).

General search tags:


Empty at this time... :-)

But, don't go by that.

nik
  • 57,042
6

I find Greg's Bash Guide and Bash FAQ very helpful, even for beginners.

Also, I remember learning bash from Daniel Robbins' series, Bash by example, which is a very good read in my opinion.

drrlvn
  • 6,713
2

If you don't mind to pay for the best resources in book format:

-1

This is a great video tutorial for command line editing: http://teachmetocode.com/screencasts/bash-command-line-editing/

Doug Harris
  • 28,397