Re: hard drive indexing and realtime searching
From: Robert Brockway (rbrockway_at_opentrend.net)
Date: 02/21/05
- Previous message: Rob Brenart (TT): "RE: Webmin access denied problem"
- In reply to: Simon Frettloeh: "Re: hard drive indexing and realtime searching"
- Next in thread: Simon Frettloeh: "Re: hard drive indexing and realtime searching"
- Reply: Simon Frettloeh: "Re: hard drive indexing and realtime searching"
- Reply: Sven Hoexter: "Re: hard drive indexing and realtime searching"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Feb 2005 16:33:06 +0000 (GMT) To: debian-user@lists.debian.org
On Mon, 21 Feb 2005, Simon Frettloeh wrote:
> I think, he's meaning a full-text index (like grepping the files for
> text) espescially for pdf and office documents. Not only searching for
> filenames. Is that right?
Ah ok. "grep -r" and "strings" to the rescue :) It would probably not be
hard to put together a tool which did the equivalent of a "file" [1] on
each file it found in the regex search and applied the right grep/search
tool.
[1] Done internally of couse. forking() a new copy of file for each file
would be evil. Yes people do this with find.
When I need to do this I use grep -r but I admit this misses pdfs which I
have an increasing amount of information in.
Rob
-- Robert Brockway B.Sc. Senior Technical Consultant, OpenTrend Solutions Ltd. Phone: 416-669-3073 Email: rbrockway@opentrend.net http://www.opentrend.net OpenTrend Solutions: Reliable, secure solutions to real world problems. Contributing Member of Software in the Public Interest (http://www.spi-inc.org) -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Rob Brenart (TT): "RE: Webmin access denied problem"
- In reply to: Simon Frettloeh: "Re: hard drive indexing and realtime searching"
- Next in thread: Simon Frettloeh: "Re: hard drive indexing and realtime searching"
- Reply: Simon Frettloeh: "Re: hard drive indexing and realtime searching"
- Reply: Sven Hoexter: "Re: hard drive indexing and realtime searching"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|