I have a bash
script wherein I have to provide parameters. But I don't know how many parameters to be supplied while executing the script.
I don't have permission to view/edit the script to know how many parameters the script is accepting.
Please let me know if there is any way to know how many parameters a script can accept without view/edit the script.