Thursday, January 5, 2012

Useful tool when working with text files (CSV, source code, etc)

WinGrep is a tool that let's you search one/several folders for parts of strings. It supports searching in zip files, and lets you use Regular Expression (Perl syntax?) for searching strings.

The result pane shows all the matching lines in the file(s) you are searching.

1 comments:

Anonymous said...

I like the command line version of grep from GnuWin32: http://gnuwin32.sourceforge.net/packages/grep.htm