Bash Shell Scripting - 10 Seconds Guide

I think scripting in bash is really complicated because it has it’s own subtle ways to do tricks and all those special variables $#, $*, $:( (I just made up the last one). And once you get used to other languages and switching back and forth with Bash it might be little bit of hassle to find the cheat-code.

Here’s a quick review of BASH Scripting that will save some time.

Bash Shell Scripting - 10 Seconds Guide