Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'oops: arguments to shell scripts' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
oops: arguments to shell scripts
Authored by: jzsimon on Feb 25, '03 12:25:55AM

Oops. $argv[$#] is the same thing as $3 in this case. I didn't realized that $2 was a single argument of many space-separated strings.

I blame apple for making their documentation hard to find. ;)



[ Reply to This | # ]