in reply to Help with processing command line arguments

I assume you're running a flavor of UNIX/Linux? If so, make sure that you have execute permissions on the file and it's 1. either in your path or 2. you call it as ./filename when you're in the same directory as the script. If you put it in your path and it still doesn't work, try running 'rehash'.
  • Comment on Re: Help with processing command line arguments