Understand Shell Script Parameters – Reference
A parameter is an entity that stores values. It can be a name, a number or some special characters. Bash shell provides two kind of parameters. Positional Parameter and Special Parameter Bash Positional Parameter – $0, $1, $2 .. Positional parameters are the arguments given to your scripts when it is invoked. It could be from … Read more