From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23682 invoked from network); 19 Mar 1999 02:49:06 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 19 Mar 1999 02:49:06 -0000 Received: (qmail 25846 invoked by alias); 19 Mar 1999 02:48:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5858 Received: (qmail 25831 invoked from network); 19 Mar 1999 02:48:46 -0000 Message-Id: <199903190248.UAA23690@eridu.uchicago.edu> To: zsh-workers@math.gatech.edu Subject: RegEx glob mode? Date: Thu, 18 Mar 1999 20:48:38 -0600 From: "E. Larry Lidz" Something that I'd love to see in a shell is a mode to replace normal globbing with regex matching. So that things like: ls (foo|bar)?baz.* would work. I'm sure it'd confuse a lot of people (why doesn't ls foo* match foobaz?) but as an option, I think it'd be extremely popular, particularly for certain shell scripts... [cc me with discussion? I'm not on the list.] -Larry