Skip to content

Tuesday, February 9th, 2010

Locate: A Desktop Search Alternative

February 6, 2009 by Sravan  
Filed under Computers

Every once in a while, there is some file that you know you’ve saved but yet can’t find it. Windows Search comes handy at such times but is very slow. Windows Desktop Search, a new utility that is now being shipped with the Windows OSs and being given as an update works using indexing. I think it was started to beat the competition of Google Desktop Search.

IMHO, both Windows and Google Desktop Search consume too many resources.

e.g. Windows Desktop Search recommends Pentium 1 GHz Processor and 256 MB RAM, 500 MB of free hard disk space,… A process that starts automatically all the time. Note that we don’t search for files on our desktop all the time and mostly have an idea which file sits in which folder. A desktop search is for that occasion where we’ve “lost” some file, now and then.

Cygwin provides the best alternatives: locate and find.

locate coupled with updatedb helps you find any file (even hidden ones and those in temporary cache folders) in your system.

When you run the updatedb ($ updatedb), as the name suggests, it updates its database creating a simple index of all the files that are present in the system, with full paths. The first time you run it, like any other indexing application, it takes a few minutes to index the whole system. From the next time, it barely takes a minute, if you run it periodically, that is. I run updatedb about once every week to keep the index fresh.

After updating the file index, you can start using locate.

$ locate <substring-of-filename>

gives you all the files on your PC which contain the substring in their filenames, within a second. Even the files that accidentally got saved in some obscure temporary folder can be retrieved easily.

There are more options to update and locate files with extra preferences but I never had to use them much. The default usage suffices.

The great thing, apart from the speed of retrieval, is that this is not resource intensive and a dedicated process is not always running on your system for it. Of course, you need Cygwin installed.

  • StumbleUpon
  • Digg
  • Facebook
  • Mixx
  • Google
  • TwitThis
  • Reddit
  • Yahoo! Buzz
  • Slashdot
  • E-mail this story to a friend!
  • BallHype
  • YardBarker

Comments

4 Responses to “Locate: A Desktop Search Alternative”
  1. Teri Greene says:

    Everything, a program from http://www.voidtools.com, does its initial setup in less than a minute; from then on, file searches (by title) are instantaneous. Honest. Stays up to date on your files in real time, with no time-consuming reindexing. Small, uses few resources.
    Freeware. Win2K and up. NTFS only.

  2. Sravan says:

    Never knew about it. No wonder the first release was only a year ago. But looks like a very cool alternative. Thanks, Teri.

Trackbacks

Check out what others are saying about this post...
  1. [...] is an elaborate search program with a number of features. Unlike the Google Desktop Search and locate, it doesn’t index anything but processes the request on the fly. Thus it is [...]

  2. [...] Updatedb: I update the Cygwin file index. [...]



Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!


About Us | Advertise with us | Blog for EveryJoe | Privacy Policy | Terms of Use
Get This Theme | Sitemap


All content is Copyright © 2005-2010 b5media. All rights reserved.