shell scripting

cli args

$1, $2, … refer to cli arguments

special forms

$@ refers to ALL the parameters pass to the script.