zsh-users
 help / color / mirror / code / Atom feed
* Excluding files & directories from a glob
@ 2005-10-04 15:53 zzapper
  2005-10-04 16:14 ` Peter Stephenson
  0 siblings, 1 reply; 10+ messages in thread
From: zzapper @ 2005-10-04 15:53 UTC (permalink / raw)
  To: zsh-users

Hi Zeddites

The following works just fine

# grep all coldfusion files except ctpigeon.cfm and env.cfm

grep -i 'host' **/(*.cfm~(ctpigeonbot|env).cfm)

But I would like it to also ignore sub-directories named junk*


How do?



-- 
zzapper
Success for Techies and Vim,Zsh tips
http://SuccessTheory.com/


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

end of thread, other threads:[~2005-10-14 18:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-04 15:53 Excluding files & directories from a glob zzapper
2005-10-04 16:14 ` Peter Stephenson
2005-10-04 18:25   ` zzapper
2005-10-05  3:01     ` Jean Chalard
2005-10-06  8:59       ` zzapper
2005-10-06  9:10         ` Jean Chalard
2005-10-06 10:23           ` zzapper
2005-10-06 10:52             ` Jean Chalard
2005-10-06 16:23               ` zzapper
2005-10-14 18:43   ` Hannu Koivisto

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).