From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14427 invoked from network); 23 Apr 2004 13:41:49 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 23 Apr 2004 13:41:49 -0000 Received: (qmail 13218 invoked by alias); 23 Apr 2004 13:41:20 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7394 Received: (qmail 13195 invoked from network); 23 Apr 2004 13:41:19 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 23 Apr 2004 13:41:19 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 23 Apr 2004 13:41:19 -0000 Received: (qmail 1892 invoked from network); 23 Apr 2004 13:41:19 -0000 Received: from main.gmane.org (80.91.224.249) by a.mx.sunsite.dk with SMTP; 23 Apr 2004 13:41:17 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BH0vd-0005Fw-00 for ; Fri, 23 Apr 2004 15:41:17 +0200 Received: from isi-dialin-129-222.isionline-dialin.de ([195.158.129.222]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Apr 2004 15:41:17 +0200 Received: from thorsten by isi-dialin-129-222.isionline-dialin.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Apr 2004 15:41:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@sunsite.dk From: Thorsten Kampe Subject: Re: Brace Expansion Date: Fri, 23 Apr 2004 15:41:12 +0200 Message-ID: <1dg9md3se6sqb.dlg@thorstenkampe.de> References: <9f5i80hlg5kolhbm1behb316pe0jda0qvh@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: isi-dialin-129-222.isionline-dialin.de User-Agent: 40tude_Dialog/2.0.10.1de Sender: news X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 * zzapper (2004-04-23 15:15 +0100) > This must be an old zsh chestnut EXCEPT I couldn't Google a solution > > I want to do a > >> ls -l *.{cfm,htm,html} > > Which I could also do in bash. > > In my cygwin-zsh 4.2.0 this works fine UNLESS one of the file > extensions is ABSENT, when instead of list the remaining file types it > gives an error message. > >>\ls -t *.{html,cfm,htm} > zsh: no matches found: *.htm Options nomatch, badpattern and cshnullglob (says my new option list) Thorsten