Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    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

  3. #3
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,539
    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:
    Code:
    updatedb
    Then:
    Code:
    locate what_you_want_to_find
    Linux Mint + IceWM Registered:#371367 New Members: click here

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    17,788
    rlocate might do what you want:

    SourceForge.net: rlocate
    oz

    new users: read this first
    no private messages requesting computer support - post them on the forums!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •