Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

problem with for ((...)) loop (zsh-3.1.5-pws-9)



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