Resources

Author

Marie-Hélène Burle

This section lists a few useful Bash resources.

One very useful (although very dense) resource is the Bash manual. This is the absolute reference.

There are countless sites with Bash courses and guides. Here are a few:

You can also get information on Bash from within Bash with:

info bash

and:

man bash

There are also countless resources online and don’t forget to Google anything you don’t know how to do: you will almost certainly find the answer on StackOverflow or some Stack Exchange site.