Home > Lab Notes > Batch Processing Recursively In Windows

Batch Processing Recursively In Windows

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

sloik2004 Lab Notes

  1. No comments yet.
  1. No trackbacks yet.