Searching text in many files at the same time (for free)
Thread Starter
'nough said
Joined: Sep 2002
Posts: 1,025
Likes: 0
From: Raynes Park
Does anyone know of a (freeware or very low cost) software that would allow me to search for a word or part of a word (with a wild card) in multiple .htm(l), .php and .txt files simultaneously?
(yes I have checked the FAQ/useful software list)
Thanks
Charles
(yes I have checked the FAQ/useful software list)
Thanks
Charles
Thread Starter
'nough said
Joined: Sep 2002
Posts: 1,025
Likes: 0
From: Raynes Park
Funny, never noticed that box spork
Thanks for the link Mike, duly saved for future investigation. Might help 'cause my problen is that my weblogs (awstats) are telling me that many of my visitors are getting 404 errors but I can't find the site the broken link is coming from. I'm now assuming some people are using cached versions of the site.
Cheers,
Charles
Thanks for the link Mike, duly saved for future investigation. Might help 'cause my problen is that my weblogs (awstats) are telling me that many of my visitors are getting 404 errors but I can't find the site the broken link is coming from. I'm now assuming some people are using cached versions of the site.
Cheers,
Charles
Joined: Jul 2003
Posts: 151
Likes: 0
From: Scotland
amanoffewwords
I have recently installed the Google desktop search engine which will catalogue your mail, documents etc on your machine and blimey it works good...
google desktop search
I have recently installed the Google desktop search engine which will catalogue your mail, documents etc on your machine and blimey it works good...
google desktop search
Plastic PPRuNer

Joined: Sep 2000
Posts: 1,902
Likes: 0
From: Rochechouart, France
Harness the power of grep (grep is the way grownups find things in LInux/Unix).
Ported to Microsux and with a graphical frontend. Blows Windows Find outa the water.
http://www.wingrep.com/index.html
SCO delenda est!
PS: If you want the REAL THING ported to Winblows (free but no GUI) go to http://www.steve.org.uk/Software/grep/ and download grep.zip - extract grep.exe and put it somewhere in your path.
Best to read the GNU grep manual at http://www.gnu.org/software/grep/doc/
Ported to Microsux and with a graphical frontend. Blows Windows Find outa the water.
http://www.wingrep.com/index.html
SCO delenda est!
PS: If you want the REAL THING ported to Winblows (free but no GUI) go to http://www.steve.org.uk/Software/grep/ and download grep.zip - extract grep.exe and put it somewhere in your path.
Best to read the GNU grep manual at http://www.gnu.org/software/grep/doc/
Last edited by Mac the Knife; 4th November 2004 at 17:07.
Joined: Feb 2001
Posts: 25
Likes: 0
From: Left Field
Tell me I'm not this old....
FIND [/I] "string" [[drive:][path]filename[ Wildcards work here]]
/I Ignores the case of characters when searching for the string.
"string" Specifies the text string to find.
[drive:][path]filename Specifies a file or files to search.
Don't use it across the net but good for local drives. Spork you mean windows can do this now too?
TT
FIND [/I] "string" [[drive:][path]filename[ Wildcards work here]]
/I Ignores the case of characters when searching for the string.
"string" Specifies the text string to find.
[drive:][path]filename Specifies a file or files to search.
Don't use it across the net but good for local drives. Spork you mean windows can do this now too?

TT




