zsh-users
 help / color / mirror / code / Atom feed
* Excluding files in CVS directories in filename generation
@ 2003-12-08 17:11 Hannu Koivisto
  2003-12-08 17:29 ` Peter Stephenson
  0 siblings, 1 reply; 5+ messages in thread
From: Hannu Koivisto @ 2003-12-08 17:11 UTC (permalink / raw)
  To: Zsh Users' List

Greetings,

If I want a pattern that matches all files in the current directory
and its descendant directories excluding files in directories named
CVS, why doesn't

**/*~**/CVS/*(.)

work?  Files in "$(pwd)/CVS" are not excluded with that pattern and
instead I have to say

**/*~CVS/*~**/CVS/*(.)

which feels a bit too verbose.  Any solutions?

-- 
Hannu


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-12-08 18:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-08 17:11 Excluding files in CVS directories in filename generation Hannu Koivisto
2003-12-08 17:29 ` Peter Stephenson
2003-12-08 17:36   ` Hannu Koivisto
2003-12-08 17:43     ` Peter Stephenson
2003-12-08 18:14     ` Pavol Juhas

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).