Results 1 to 4 of 4
Hi, i'm looking for a tool that is basically like "locate" except something that is always monitoring the file system for changes, so it's always up to date.
There is ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-05-2009 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 14
Looking for linux search tool
Hi, i'm looking for a tool that is basically like "locate" except something that is always monitoring the file system for changes, so it's always up to date.
There is a program called "everything" for windows, found at Everything Search Engine It does exactly this, a search tool that runs off a database instead of actually searching the filesystem everytime, and is always up to date because it monitors changes.
Anyone know of something for linux?
- 01-05-2009 #2
As far as I know, Beagle has the functionality you're looking for.
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 01-05-2009 #3
I don't know of anything like that but it's easy enough to get up to date info when doing a search. From the command line:
Then:Code:updatedb
Code:locate what_you_want_to_find
- 01-05-2009 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
rlocate might do what you want:
SourceForge.net: rlocateoz


Reply With Quote
