Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
for-command problem
- X-seq: zsh-users 1121
- From: Andres Gomez Navarro <agn@xxxxxxxxx>
- To: "'zsh-users@xxxxxxxxxxxxxxx'" <zsh-users@xxxxxxxxxxxxxxx>
- Subject: for-command problem
- Date: Mon, 3 Nov 1997 16:14:10 +-100
----------
Hello:
I have a ZSHELL problem:
Why this elementary script does not work?
for
((let n=1; $n < 12 ; let n=$n+1))
do
echo $n
done
neither this:
for ((let n=1; $n < 12 ; let n=$n+1)) echo -$n
Could you help me. Thanks,
Andres Gomez
Messages sorted by:
Reverse Date,
Date,
Thread,
Author