8. Processing the Parameters
► Command line arguments or positional arguments ($@, $*, $#, $0 etc)
► Processing more than maximum arguments support (shift command)
► Command line options (getopts)
► Sample programs to demonstrate above functionalities
Check out the following link for Linux Shell Scripting outline:
• Linux Shell Scripting | Outline
Check out the following link for Linux Basics outline:
• Linux Basics | Outline