[PHP-DEV] shell programming

2001-07-20 Thread void
I want to send more than 9 parms to a script .. it doesn't like the 10th parm :( asume $1 = blue --- inside the script ... ... echo $5 $7/lineinfo; echo $8 $7/lineinfo; echo $9 $7/lineinfo; #the tenth parm echo

Re: [PHP-DEV] shell programming

2001-07-20 Thread Brian Moon
: Friday, July 20, 2001 4:19 AM Subject: [PHP-DEV] shell programming I want to send more than 9 parms to a script .. it doesn't like the 10th parm :( asume $1 = blue --- inside the script ... ... echo $5 $7/lineinfo; echo $8 $7