Batch Processing Recursively In Windows
May 14th, 2008
It’s so much easier in Linux, but this page finally revealed what it takes.
http://kennethhunt.com/archives/000173.html
Recursive Find Text String In Files, Output Line Number:
FOR /R c:\~kenneth %v IN (*.css) DO find /N /I “#banner” “%~fv” >> test.txt