From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17493 invoked from network); 5 Sep 2005 19:05:55 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 5 Sep 2005 19:05:55 -0000 Received: (qmail 50777 invoked from network); 5 Sep 2005 19:05:47 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 5 Sep 2005 19:05:47 -0000 Received: (qmail 12458 invoked by alias); 5 Sep 2005 19:05:40 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9389 Received: (qmail 12449 invoked from network); 5 Sep 2005 19:05:40 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 5 Sep 2005 19:05:40 -0000 Received: (qmail 49795 invoked from network); 5 Sep 2005 19:05:40 -0000 Received: from vms044pub.verizon.net (206.46.252.44) by a.mx.sunsite.dk with SMTP; 5 Sep 2005 19:05:33 -0000 Received: from candle.brasslantern.com ([71.116.79.190]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IMC00NV9YD72L85@vms044.mailsrvcs.net> for zsh-users@sunsite.dk; Mon, 05 Sep 2005 14:05:32 -0500 (CDT) Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j85J5VYG030764 for ; Mon, 05 Sep 2005 12:05:31 -0700 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j85J5UZE030763 for zsh-users@sunsite.dk; Mon, 05 Sep 2005 12:05:31 -0700 Date: Mon, 05 Sep 2005 19:05:30 +0000 From: Bart Schaefer Subject: Re: Problem with glob qualifier e In-reply-to: <200509052123.08360.arvidjaar@newmail.ru> To: zsh-users@sunsite.dk Message-id: <1050905190530.ZM30762@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: <87u0gza316.fsf@trews52.bothi.fi> <200509052123.08360.arvidjaar@newmail.ru> Comments: In reply to Andrey Borzenkov "Re: Problem with glob qualifier e" (Sep 5, 9:22pm) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 On Sep 5, 9:22pm, Andrey Borzenkov wrote: } } Hmm ... adding qualifier that prevents sorting is relatively simple } actually ... See discussion in zsh-workers/8702, 8704, 8705. } print -l sur pur | xargs -i /bin/echo '{}' -foo bar } } (I do not know why xargs here won't process arguments seperated by } spaces, it should) I'm not sure what you mean? xargs never processes arguments separated by spaces. It always wants newlines or NULs. Anyway, there's also zargs -i{} -- (sur|pur) -- echo {} -foo bar