bug-bash
[Top][All Lists]
Advanced

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

Re: Hey Chet


From: Paul Jarc
Subject: Re: Hey Chet
Date: 16 Feb 2001 10:00:24 -0500
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

r@your_host.com (cLIeNUX user) writes:
> Also, I don't see why a unix shell still refuses to offer counted
> loops as such, given that we have "let" and real integers and so on.

See the man page, SHELL GRAMMAR, Compound Commands:
for (( expr1 ; expr2 ; expr3 )) ; do list ; done


paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]