From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7707 invoked from network); 19 Dec 2002 12:30:35 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Dec 2002 12:30:35 -0000 Received: (qmail 9479 invoked by alias); 19 Dec 2002 12:30:20 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5597 Received: (qmail 9470 invoked from network); 19 Dec 2002 12:30:20 -0000 From: Borzenkov Andrey To: "'Aidan Kehoe'" , zsh-users@sunsite.dk Subject: RE: Dynamically adding to $mailpath? Date: Thu, 19 Dec 2002 15:30:00 +0300 Message-ID: <6134254DE87BD411908B00A0C99B044F03A0B5B2@MOWD019A> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <15873.46479.842079.657817@gargle.gargle.HOWL> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 > > should work though. Unfortunately you still need one fork (echo) = unless > I > > miss some obvious way to treat result of nested globbing as array. >=20 > The echo is built-in, isn't it? >=20 Yes but you can't "read output of process" without forking this = process. The only case when $(...) is not forked is $(