Page 1 of 1

Find In Files

Posted: Tue Jan 14, 2003 5:38 pm
by Eli
Is there a way to exclude certain files from being searched as opposed to
specifying them all ??
For instance: I want to search all files with extension "c" (*.c) except for
the file xyz.c. In Unix I would simply use !(xyz).c which will
search all .c files except fot xyz.c
I would appreciate any help...