I need to find some text in a ton of log files that are stored on my network (I doubt have them indexed).

The files all have a more or less unique extension. (Ie they look like this: MyLogFile.txt_100901181706 the numbers are a date/time stamp.)

I have Windows 7 or else this would be easy (XP supported searching in files way way way way way way way easier that windows 7 does. I tried to do it in windows 7 and It had to be setup on each extension one by one by one by one ..... for all the extensions. And because I have a non-standard extension, it would not help me any way. )

So, I need a tool that can do a recursive search for text IN files starting in a given directory. I would like it to have some kind of GUI if possible (I am not big into command line tools.)

Thanks for any help

link|improve this question

68% accept rate
feedback

5 Answers

up vote 6 down vote accepted

Notepad++ will do this. Plus it's awesome. And it's free. It will list all the files it finds the text in, with previews so you don't have to open each file to check if it's the one you're actually after.

alt text

alt text

link|improve this answer
1  
Yeah it sure is awesome – Ravisha Oct 27 '11 at 12:47
feedback

Take a look at grepwin, it is very flexible and also supports regular expressions.

alt text

You can narrow down the filetypes it looks in further with the "Files with match:" box. There you can use a combination such as MyLogFile.txt_*.

link|improve this answer
feedback

LAN Search Pro can do this as well.

link|improve this answer
feedback

Agent Ransack works well for me. It shows a preview of the file where the text was found.

link|improve this answer
feedback

Google Desktop will do this, too - so long as the network drives are mapped.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.