From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20789 invoked from network); 25 Oct 2004 01:13:27 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 25 Oct 2004 01:13:27 -0000 Received: (qmail 11398 invoked from network); 25 Oct 2004 01:13:22 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 Oct 2004 01:13:22 -0000 Received: (qmail 4305 invoked by alias); 25 Oct 2004 01:12:35 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8109 Received: (qmail 4291 invoked from network); 25 Oct 2004 01:12:34 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 25 Oct 2004 01:12:34 -0000 Received: (qmail 10139 invoked from network); 25 Oct 2004 01:12:34 -0000 Received: from moonbase.zanshin.com (64.84.47.139) by a.mx.sunsite.dk with SMTP; 25 Oct 2004 01:12:34 -0000 Received: from toltec.zanshin.com (toltec.zanshin.com [64.84.47.166]) by moonbase.zanshin.com (8.13.1/8.13.1) with ESMTP id i9P1CWDP015028; Sun, 24 Oct 2004 18:12:32 -0700 Date: Sun, 24 Oct 2004 18:12:32 -0700 (PDT) From: Bart Schaefer Reply-To: zsh-users@sunsite.dk To: Nikolai Weibull cc: zsh-users@sunsite.dk Subject: Re: Spaces in $() In-Reply-To: <20041024214136.GE9648@puritan.pcp.ath.cx> Message-ID: References: <20041024212204.GC9648@puritan.pcp.ath.cx> <20041024213148.GD9648@puritan.pcp.ath.cx> <20041024214136.GE9648@puritan.pcp.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=-0.9 required=6.0 tests=BAYES_30 autolearn=no version=2.63 X-Spam-Hits: -0.9 On Sun, 24 Oct 2004, Nikolai Weibull wrote: > I mean, in what situations do you want $(...) to be split by IFS in > scripts? When you're assigning it to an array, rather than to a string variable.