Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Excluding files in CVS directories in filename generation
- X-seq: zsh-users 6851
- From: Peter Stephenson <pws@xxxxxxx>
- To: "Zsh Users' List" <zsh-users@xxxxxxxxxx>
- Subject: Re: Excluding files in CVS directories in filename generation
- Date: Mon, 08 Dec 2003 17:43:12 +0000
- In-reply-to: "Hannu Koivisto"'s message of "Mon, 08 Dec 2003 19:36:30 +0200." <87r7zffbz5.fsf@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hannu Koivisto wrote:
> I would be interested to know why **/*~**/CVS/*(.) didn't work,
> though.
Ah, yes, it's not completely obvious. It's because /'s after the ~
aren't special, and hence neither is **/. So in fact it is looking for
the pattern `*/CVS/*' and trying to remove that, which doesn't occur.
You would need **/*~(*/|)CVS/*(.)
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author