[platypus-dev] Re: Using ARGV in a Bash Script

> How would one use the ARGV array within a bas script?
> 
> I suspect I'm doing something wrong in a very basic way.  But it  
> would be my understanding that something like this:
> 
> echo "${ARGV[0]}"
> 
> Would return the first value in the ARGV array.  Instead I get an  
> empty space.

Unless you have a specific need for this, why not just use $0, $1, etc.?

-- 
------------------------------------ personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser@xxxxxxxxxxxx
-- Murphy's Law is recursive. Washing your car to make it rain doesn't work. --

Other related posts: