How do I forward parameters to other command in bash script?

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 Comment