From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16555 invoked from network); 25 Feb 1998 21:36:04 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 25 Feb 1998 21:36:04 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id QAA04175; Wed, 25 Feb 1998 16:21:38 -0500 (EST) Resent-Date: Wed, 25 Feb 1998 16:21:22 -0500 (EST) From: "Bart Schaefer" Message-Id: <980225132308.ZM13174@candle.brasslantern.com> Date: Wed, 25 Feb 1998 13:23:08 -0800 In-Reply-To: <199802252044.PAA13635@luomat.peak.org> Comments: In reply to Timothy J Luoma "'for' loop question" (Feb 25, 3:44pm) References: <199802252044.PAA13635@luomat.peak.org> Reply-To: schaefer@nbn.com X-Mailer: Z-Mail (4.0b.820 20aug96) To: Timothy J Luoma , zsh-users@math.gatech.edu Subject: Re: 'for' loop question MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Resent-Message-ID: <"nGyc_1.0.Z01.Hj8zq"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1343 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu On Feb 25, 3:44pm, Timothy J Luoma wrote: > Subject: 'for' loop question > > Can I do this in zsh? It doesn't seem to be working: > > SERVERS="rs.internic.net whois.arin.net whois.ripe.net > whois.apnic.net whois.nic.mil" Remember SH_WORD_SPLIT! > for i in $SERVERS > do for i in $=SERVERS do