From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12154 invoked from network); 23 Apr 2004 13:15:30 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 23 Apr 2004 13:15:30 -0000 Received: (qmail 20255 invoked by alias); 23 Apr 2004 13:15:14 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7393 Received: (qmail 20235 invoked from network); 23 Apr 2004 13:15:13 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 23 Apr 2004 13:15:13 -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:15:13 -0000 Received: (qmail 16427 invoked from network); 23 Apr 2004 13:15:13 -0000 Received: from main.gmane.org (80.91.224.249) by a.mx.sunsite.dk with SMTP; 23 Apr 2004 13:15:09 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BH0WL-0004sS-00 for ; Fri, 23 Apr 2004 15:15:09 +0200 Received: from cpc3-oxfd4-4-0-cust194.oxfd.cable.ntl.com ([80.3.247.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Apr 2004 15:15:09 +0200 Received: from david by cpc3-oxfd4-4-0-cust194.oxfd.cable.ntl.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Apr 2004 15:15:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@sunsite.dk From: zzapper Subject: Brace Expansion Date: Fri, 23 Apr 2004 14:15:04 +0100 Message-ID: <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: cpc3-oxfd4-4-0-cust194.oxfd.cable.ntl.com X-Newsreader: Forte Free Agent 1.93/32.576 English (American) Sender: news X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: * X-Spam-Status: No, hits=1.5 required=6.0 tests=BAYES_50,RCVD_IN_SORBS autolearn=no version=2.63 X-Spam-Hits: 1.5 Hi, 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 zzapper (vim, cygwin, wiki & zsh) -- vim -c ":%s/^/WhfgTNabgureRIvzSUnpxre/|:%s/[R-T]/ /Ig|:normal ggVGg?" http://www.vim.org/tips/tip.php?tip_id=305 Best of Vim Tips