Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
problem with for ((...)) loop (zsh-3.1.5-pws-9)
- X-seq: zsh-workers 5542
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: problem with for ((...)) loop (zsh-3.1.5-pws-9)
- Date: Fri, 26 Feb 1999 16:15:32 +0300
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
bor@itsrm2:~%> for ((i=0;i<50;i++))
do
ping 149.202.201.$i
done
zsh: bad math expression: illegal character: .
What's wrong?
(I tried with spaces as well)
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author