-
Notifications
You must be signed in to change notification settings - Fork 2
BASH
Adam Dobbs edited this page Feb 17, 2014
·
13 revisions
Apart from the links below, we also keep a [list](BASH Commands) of useful commands.
Various [tips and techniques](BASH Tips) for using BASH and Unix which are more than simple commands
Bash provides many ways in which it can be customised. [Our page](BASH Customisation) on Customisation gives some ideas for customisations we think are useful.
- A great selection of nifty commands: http://www.commandlinefu.com
- A very complete online text-book for scripting in Bash
- How to configure the bash prompt
- Iterating over each file (Avoid using LS)
- Interpreting ls Colours
- A small (though not exhaustive) cheat-sheet. Some of the comments have useful tips as well.
- A VERY useful guide to the full range of shell expansions (BASH 4) can be found here