Windows CMD

FINDSTR

GREP equivalent for Windows CMD.

Syntax: findstr pattern filename

To search for a string in all the files in the current directory: findstr /I "text to find" *