bash scripting tips

Personally I prefer bash -o vi on my cli to get the best of bash and vi editor. Autocomplete for the command and filenames is the compelling reason to use bash instead of ksh. Below are a few links which is a collection of quick lookup of items needed for essential bash scripting. There are many advanced bash programming aspects which I haven’t had a chance to work on yet.