[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bash expansion crap...



Miles Bader wrote:
> You could also use the "seq" program instead (which comes with
> coreutils):
> 
>   for i in `seq 1 $TEST`; do ...
> 
> I'm not sure if that's more or less portable than using all these
> various bash features...

Much, much more portable, and readable.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: