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 recommend a really great tool:
native unix utils:
Just unpack them and put that folder into your PATH environment variable and voila! :)
Works like a charm, and there are much more then just grep ;)