<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EveryJoe &#187; Windows search</title>
	<atom:link href="http://www.everyjoe.com/tag/windows-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com</link>
	<description>Sports News - Tech Reviews - Entertainment - Life Tips for EveryJoe</description>
	<lastBuildDate>Sun, 20 Dec 2009 08:55:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Locate: A Desktop Search Alternative</title>
		<link>http://www.everyjoe.com/articles/locate-a-desktop-search-alternative-2/</link>
		<comments>http://www.everyjoe.com/articles/locate-a-desktop-search-alternative-2/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 12:00:00 +0000</pubDate>
		<dc:creator>Sravan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[Cygwin commands]]></category>
		<category><![CDATA[desktop search]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[Google desktop search]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[locate]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[updatedb]]></category>
		<category><![CDATA[Windows desktop search]]></category>
		<category><![CDATA[Windows search]]></category>
		<category><![CDATA[Windows Tips]]></category>

		<guid isPermaLink="false">http://www.thatdamnpc.com/?p=1262</guid>
		<description><![CDATA[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 [...]<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/locate-a-desktop-search-alternative-2/">Locate: A Desktop Search Alternative</a></p>
]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p><strong>IMHO, both Windows and Google Desktop Search consume too many resources.</strong></p>
<p>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.</p>
<p>Cygwin provides the best alternatives: <span style="font-family: Lucida Console;">locate</span> and <span style="font-family: Lucida Console;">find</span>.</p>
<p><span style="font-family: Lucida Console;"><strong>locate</strong></span> coupled with <span style="font-family: Lucida Console;"><strong>updatedb</strong></span> helps you find any file (even hidden ones and those in temporary cache folders) in your system.</p>
<p>When you run the <span style="font-family: Lucida Console;">updatedb ($ updatedb)</span>, 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 <span style="font-family: Lucida Console;">updatedb</span> about once every week to keep the index fresh.</p>
<p>After updating the file index, you can start using <span style="font-family: Lucida Console;">locate</span>.</p>
<p><span style="font-family: Lucida Console;">$ locate &lt;substring-of-filename&gt;</span></p>
<p>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.</p>
<p>There are more options to update and locate files with extra preferences but I never had to use them much. The default usage suffices.</p>
<p>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 <a title="That Damn PC: How to Install Cygwin" href="http://www.everyjoe.com/how-to-install-cygwin/">Cygwin installed</a>.</p>
<p>Post from: <a href="http://www.everyjoe.com">EveryJoe</a></p>
<p><a href="http://www.everyjoe.com/articles/locate-a-desktop-search-alternative-2/">Locate: A Desktop Search Alternative</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.everyjoe.com/articles/locate-a-desktop-search-alternative-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>