In this series of Shell Scripting, today we discuss about command line arguments
also know as positional parameters.
To handle options on the command line, we use a facility in the shell called
positional parameters. Positional parameters are a series of special variables
($0 through $9) that contain the contents