If you're writing a Bash script, you will invariably need to pass values to it—aka arguments or positional parameters. Bash's ...