On Tue, 01 Aug 2006 14:41:39 +1200
Don Gould wrote:

> Thanks Rex,
> 
> $* for all arguments passed in.
> $x where x is the number of the argument you want.
> 
> Example:
> 
> If we write a script called test.sh
> 
> echo $* $1 $3 $5
> 

and echo $0 is interesting too.

Reply via email to