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:
I like the command line version of grep from GnuWin32: http://gnuwin32.sourceforge.net/packages/grep.htm
Post a Comment