Find in Files Regular Expression

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Not sure if this is the right place to post. I have a large amount of files
of classic asp. I need to test which ones don't have an include file. Using
find in files for patterns that exist is OK but what regular expression
would I use to do it the other way around? Regards, Chris.
 
You would use the same regular expression. If it finds a match in a file,
the result is negative.

--
HTH,

Kevin Spencer
Microsoft MVP

Help test our new betas,
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Back
Top