What is the best, free, grep application for use with Windows instead of Linux?
feedback
|
migrated from stackoverflow.com Aug 9 '10 at 17:46
This question came from our site for professional and enthusiast programmers.
|
You could also download Cygwin, which has a full Unix-style toolkit, including grep, AWK, and all the servers. | ||||
|
feedback
|
|
Either use Grep for Windows or the findstr command suggested by Moron. | |||
|
feedback
|
|
http://unxutils.sourceforge.net/ has a bunch of GNU tools ported to Windows. | |||
|
feedback
|
|
Newer versions of Windows include a built-in grep, called findstr. It'll do just about whatever you need. For example
For more info, just run findstr /? on a command prompt. | |||
|
feedback
|
|
I know this has been dormant, but I don't see very many options listed. I just came across AstroGrep referenced by twlichty at How to search inside files... and it works fine for me. As to "best", I think that is subjective, but I prefer command line grep and this is a GUI tool, but my preference is not enough to keep me looking... | |||
|
feedback
|
|
FART provides some of the functionality of grep, depends on your requirements but I recommend you take a look: | |||
|
feedback
|