The find-in-files tag has no wiki summary.
2
votes
5answers
189 views
Free Tool to search IN files (even over a network)
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: ...
2
votes
5answers
427 views
how do I find a phrase/word recursivly in a file tree in linux
how do I find a phrase/word recursively in a file tree in Linux?
I tried find . -name ./* | grep my_phrase
and I tried grep -r "register_long_arrays" *
1
vote
1answer
70 views
PowerPoint: Find in Files
I'm looking for the ability to "Find in Files" for PowerPoint 2003. I've searched Google but couldn't find anything.
Does such a feature exist? If not, is there an easy way to find keywords in a ...
8
votes
1answer
5k views
Notepad++ Find in Files Filters
When using Notepad++ Find in Files feature is there a way to adjust the filter, so that it will search more than one filetype (e.g. *.c and *.h)?
4
votes
5answers
1k views
GUI grep on OS X
This is a question coming from a former/current Windows user. If I'm looking at a Finder window in a particular directory, how can I search for files with names matching a particular pattern (e.g. ...