A common task in shell scripting is to parse command line arguments to your
script. Bash provides the getopts
built-in function to do just that. This
tutorial explains how to use the getopts
built-in function to parse arguments and options to a bash script.