Silly full text search? [closed]
I'm looking for a simple windows tool that is able to go over all the files in a tree of directories and perform a full text search on all the files.
I simply don't trust the Vista search because it seems to be picky on which files it opens and it doesn't match partial words.
Anyone got a good suggestion?
Solution 1:
I've used Agent Ransack for years and highly recommend it.
Solution 2:
BareGrep does live, as you type search, and shows the context that matched. I've used AgentRansack too, but I really like the live search.
Solution 3:
findstr
:
findstr /s "foo" *
Solution 4:
I use the free, open source FAR Manager for this:
FAR Manager
http://www.farmanager.com/
It's a native Windows application (32-bit and 64-bit versions are available) that uses text mode.
When you are using FAR Manager, use these keystrokes to get to the file searching feature after navigating to the desired path:
- Alt-F7 (to bring up the "Find File" dialogue)
- Fill in the desired criteria (text string, code page, plus some other options)
- Choose "Search Area" (defaults to current directory)
- Press "Enter" to start the search
Here's a screenshot: