Shell scripting in bash isn't walk-in-the-park, even for those experienced in C, Java or Python. It's largely due to the quirks we need to accommodate for Bash's "simple" approach to interpreting the context. Assignments (=) mustn't have space The sp...