How to get the nth positional argument in bash?

Viewed 41875

How to get the nth positional argument in Bash, where n is variable?

3 Answers
Related