How do I take optional parameters in my shell script.
Command Line argument would be: ./abc.sh parm1 parm2 parm3 parm4
Here parm3 and parm4 are optional depending upon parm1(config)
How to write a shell script which will take mandatorily parm1 and parm2 as argument and treat the other two as optional parameters