Something that I have needed for a while while working with Windows. Most of the systems I have include cygwin so until now I had not really needed a windows grep equivalent.
The built in windows command FindStr mirrors the capabilities of the Unix command Grep.
Findstr /? FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [...]
