What is the maximum number of Parameters that can be passed to the shell script so that your script can read those parameters for processing ?
3 parameters and it can be accessed using the variable $3
9 parameters and it can be accessed using the variable &9
Any number of parameters ( no limit ) and these parameters can be accessed using 'shift' in the script
Any number of parameters ( no limit ) and these parameters can be accessed using 'Case' Statements in the script