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
If you have Perl installed, you could use ack, available at http://beyondgrep.com/.