From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5911 invoked from network); 26 Feb 1999 13:17:05 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Feb 1999 13:17:05 -0000 Received: (qmail 98 invoked by alias); 26 Feb 1999 13:16:25 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5542 Received: (qmail 86 invoked from network); 26 Feb 1999 13:16:21 -0000 From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: problem with for ((...)) loop (zsh-3.1.5-pws-9) Date: Fri, 26 Feb 1999 16:15:32 +0300 Message-ID: <002d01be618a$167ca080$21c9ca95@mowp.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Importance: Normal 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