access value supply in command in unix using command line code example
Example: run sh with parameter
> ./myscript myargument
myargument becomes $1 inside myscript.
> ./myscript myargument
myargument becomes $1 inside myscript.