Inside my bash script, I would like to parse zero, one or two parameters (the script can recognize them), then forward the remaining parameters to a command invoked in the script. How can I do that?

3 Answers
3

Leave a Reply

Your email address will not be published. Required fields are marked *