From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29427 invoked from network); 21 Mar 2005 01:08:29 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 21 Mar 2005 01:08:29 -0000 Received: (qmail 60446 invoked from network); 21 Mar 2005 01:08:23 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Mar 2005 01:08:23 -0000 Received: (qmail 17849 invoked by alias); 21 Mar 2005 01:08:16 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8619 Received: (qmail 17835 invoked from network); 21 Mar 2005 01:08:15 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 21 Mar 2005 01:08:14 -0000 Received: (qmail 59296 invoked from network); 21 Mar 2005 01:08:14 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 21 Mar 2005 01:08:11 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 035037004A; Sun, 20 Mar 2005 20:08:09 -0500 (EST) Date: Sun, 20 Mar 2005 20:08:09 -0500 From: Clint Adams To: Toshiro Cc: zsh-users@sunsite.dk Subject: Re: zsh: no matches found Message-ID: <20050321010809.GA31743@scowler.net> Mail-Followup-To: Toshiro , zsh-users@sunsite.dk References: <200503202238.31745.toshiro@internet.com.uy> <20050321004759.GC5243@dan.emsphone.com> <200503202304.44332.toshiro@internet.com.uy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503202304.44332.toshiro@internet.com.uy> User-Agent: Mutt/1.5.6+20040907i 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 > Is this the only way? In other shells this is implemented in a very simple > way, if the wildcard can be expanded, then it is expanded, otherwise an > asterisk is sent as an argument to the application. Look in the documentation for options NOMATCH and NULL_GLOB.