From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8166 invoked from network); 13 Oct 2000 16:17:10 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 13 Oct 2000 16:17:10 -0000 Received: (qmail 558 invoked by alias); 13 Oct 2000 16:16:30 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3453 Received: (qmail 551 invoked from network); 13 Oct 2000 16:16:29 -0000 X-Authentication-Warning: kempelen.iit.bme.hu: airwin set sender to airwin@inf.bme.hu using -f Sender: airwin@inf.bme.hu To: "Jack McKinney" Cc: zsh-users@sunsite.auc.dk Subject: Re: converting parameter to words References: <20001013104819.A32478@stocks.pillory.com> From: Nemeth Ervin Date: 13 Oct 2000 18:16:14 +0200 In-Reply-To: "Jack McKinney"'s message of "Fri, 13 Oct 2000 10:48:19 -0500" Message-ID: User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, "Jack McKinney" writes: [...] > #!/bin/zsh > > for i > do > temp="$temp -r $i" > done > > command $temp for i in ... do temp=("$temp[@]" -r "$i") done command "$temp[@]" HTH, -- Ervin "Intelligenti pauca."