From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 537 invoked from network); 26 Jul 2005 05:08:20 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 26 Jul 2005 05:08:20 -0000 Received: (qmail 17710 invoked from network); 26 Jul 2005 05:08:13 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 Jul 2005 05:08:13 -0000 Received: (qmail 26307 invoked by alias); 26 Jul 2005 05:08:05 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9181 Received: (qmail 26298 invoked from network); 26 Jul 2005 05:08:04 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 26 Jul 2005 05:08:04 -0000 Received: (qmail 16473 invoked from network); 26 Jul 2005 05:08:04 -0000 Received: from vms042pub.verizon.net (206.46.252.42) by a.mx.sunsite.dk with SMTP; 26 Jul 2005 05:08:00 -0000 Received: from candle.brasslantern.com ([71.116.88.149]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IK7004BUY9ALGZA@vms042.mailsrvcs.net> for zsh-users@sunsite.dk; Tue, 26 Jul 2005 00:07:59 -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 j6Q57wN6028858 for ; Mon, 25 Jul 2005 22:07:58 -0700 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j6Q57waF028857 for zsh-users@sunsite.dk; Mon, 25 Jul 2005 22:07:58 -0700 Date: Tue, 26 Jul 2005 05:07:57 +0000 From: Bart Schaefer Subject: Re: Command != command ??? In-reply-to: <20050726.023319.41198250.Meino.Cramer@gmx.de> To: zsh-users@sunsite.dk Message-id: <1050726050757.ZM28856@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: <8764uyitfr.fsf@ceramic.fifi.org> <20050725.213536.78705211.Meino.Cramer@gmx.de> <87oe8qh5qh.fsf@ceramic.fifi.org> <20050726.023319.41198250.Meino.Cramer@gmx.de> Comments: In reply to Meino Christian Cramer "Re: Command != command ???" (Jul 26, 2:33am) 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.2 required=5.0 tests=AWL,BAYES_00,PLING_QUERY autolearn=no version=3.0.4 Philippe and Meino, would you please trim off some of each other's previous postings before appending new stuff to the end? It's not necessary to include the entire thread so far, expecially when you're often adding very little new text. On Jul 26, 2:33am, Meino Christian Cramer wrote: } } ### find } . } . } . } } . } . } . } ### glob Please show us at least a couple of the actual paths printed by "find". You may be concealing a critical bit of information. } Now I did a } } touch "test.jpg" } } in the root and run the script again. } Now, this single fake jpg in the root was found by the glob pattern } '**/*.jpg'...but nothing else. What happens if you use print **/*.jpg(D) in the script?