Tuesday, August 13, 2013

Bash Scripting for Starters (Like me)




Miscellaneous
  • There's no function 'declaration'. The function definition must precede the first call to it.
  • All variables are global by default, unless specified otherwise.