|
yes. i'm using bash.
I want to read in multiple arguments of unknown length.
I found one way that uses a loop with the argument count $#, then uses a case statement to evaluate $1, and then shifts the arguments over to look at the next one.
I was just wondering if there were other methods.
__________________
~ Silicon Enhanced Pudding
"It's magically delicious"
|