Accessing all variables passed to a shell script from a given index
- by Robert Munteanu
How can I access the values within $@ starting from the third one? Right now I'm passing them from three to nine, but I think theres a better way:
while getopts ":n" opt "$3 $4 $5 $6 $7 $8 $9"; do