Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problem with for ((...)) loop (zsh-3.1.5-pws-9)
- X-seq: zsh-workers 5552
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>, "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: problem with for ((...)) loop (zsh-3.1.5-pws-9)
- Date: Sat, 27 Feb 1999 19:13:55 -0800
- In-reply-to: <002d01be618a$167ca080$21c9ca95@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <002d01be618a$167ca080$21c9ca95@xxxxxxxxxxxxxxx>
On Feb 26, 4:15pm, Andrej Borsenkow wrote:
} Subject: 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: .
I don't see this at all. Are you sure you don't have an alias or
function for "ping" that's producing the math error?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author