From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7942 invoked by alias); 11 Jul 2013 16:39:06 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17863 Received: (qmail 4514 invoked from network); 11 Jul 2013 16:38:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at m.gmane.org designates 80.91.229.3 as permitted sender) X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@zsh.org From: zzapper Subject: Re: ignoring files with **/*(.om[1,20]) Date: Thu, 11 Jul 2013 16:38:29 +0000 (UTC) Organization: rayninfo Message-ID: References: <1373559700.19343.3.camel@air.home.fifi.org> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 78-86-205-54.zone2.bethere.co.uk User-Agent: Xnews/2009.05.01 Philippe Troin wrote in news:1373559700.19343.3.camel@air.home.fifi.org: > ls **/^vssver.scc(.om[1,20]) Philippe yep that works also what I eventually worked out > ls -lt **/*~*vssver.scc(.om[1,20]) seem to be identical zzapper