There are a number of variables already set for you, all documented in your shell's manual page. The variables $0, $1, $2, etc, each refer to the respective arguments of the command which invoked the script. Keep in mind that $1 is the first argument, and $0 is the name that the script was...