I need to do a recursive grep in Windows, something like this in Unix/Linux:
grep -i \'string\' `find . -print`
or the more-preferred metho
I just searched a text with following command which listed me all the file names containing my specified 'search text'.
C:\Users\ak47\Desktop\trunk>findstr /S /I /M /C:"search text" *.*