Tagged Questions
0
votes
1answer
1k views
Using getopts within user-defined-function in bourne shell
Is it possible to pass command line arguments into a function from within a bourne script, in order to allow getopts to process them.
The rest of my script is nicely packed into functions, but it's ...