From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10878 invoked from network); 18 Jan 2005 08:02:39 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 18 Jan 2005 08:02:39 -0000 Received: (qmail 96298 invoked from network); 18 Jan 2005 07:52:55 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Jan 2005 07:52:55 -0000 Received: (qmail 12523 invoked by alias); 18 Jan 2005 00:49:23 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8387 Received: (qmail 12509 invoked from network); 18 Jan 2005 00:49:23 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 18 Jan 2005 00:49:23 -0000 Received: (qmail 12646 invoked from network); 18 Jan 2005 00:49:23 -0000 Received: from out007pub.verizon.net (HELO out007.verizon.net) (206.46.170.107) by a.mx.sunsite.dk with SMTP; 18 Jan 2005 00:49:19 -0000 Received: from candle.brasslantern.com ([4.11.10.129]) by out007.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050118004917.CFAD21228.out007.verizon.net@candle.brasslantern.com>; Mon, 17 Jan 2005 18:49:17 -0600 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 j0I0nE4s030655; Mon, 17 Jan 2005 16:49:14 -0800 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j0I0nEdY030654; Mon, 17 Jan 2005 16:49:14 -0800 From: Bart Schaefer Message-Id: <1050118004913.ZM30653@candle.brasslantern.com> Date: Tue, 18 Jan 2005 00:49:13 +0000 In-Reply-To: Comments: In reply to William Scott "recursive globbing, filename spaces and xargs" (Jan 17, 7:14am) References: X-Mailer: Z-Mail (5.0.0 30July97) To: William Scott , zsh-users@sunsite.dk Subject: Re: recursive globbing, filename spaces and xargs MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Authentication-Info: Submitted using SMTP AUTH at out007.verizon.net from [4.11.10.129] at Mon, 17 Jan 2005 18:49:15 -0600 X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On Jan 17, 7:14am, William Scott wrote: } } ls **/* } } zsh: argument list too long Depending on your version of zsh, you may find that a function called "zargs" comes with the distribution. It's designed precisely for this. Look in "man zshcontrib" or the function definition file itself for documentation.