This one time, at band camp, [EMAIL PROTECTED] wrote: >[EMAIL PROTECTED] wrote on 04/08/2004 01:45:23 PM: > >> This one time, at band camp, Voytek wrote: >> >./awstatsproc: let: 08: value too great for base (error token is "08") >> >> > let i=i+1 >> > done >> > let j=j+1 >> >> don't use let >> >> i=$(($i + 1)) >> >Curiously, why not use let?
I don't think it's portable beyond bash. (caution: grains of salt must be worn) -- [EMAIL PROTECTED] http://spacepants.org/jaq.gpg -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
