Quote:
|
Originally Posted by Brusimm
My second issue is how deep can if's be nested?
|
There is no arbitrary limit. But at 10 to 15 the code would hard for a human to read so you don't want to over-do it. Search for getopts on this site and you will find plenty of scripts that use it.