Tagged Questions
2
votes
2answers
400 views
Functions for scanning command line options
I know that getopts is available but I wanted to write my own as a way of improving my bash. Below I show two function definitions and an example of the use of them in a bash script. Finally I show ...