<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: locate 和 find：两个查找文件的命令</title>
	<atom:link href="http://linuxtoy.org/archives/locate-and-find.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/locate-and-find.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Mon, 08 Sep 2008 05:00:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: mutou</title>
		<link>http://linuxtoy.org/archives/locate-and-find.html#comment-11791</link>
		<dc:creator>mutou</dc:creator>
		<pubDate>Sun, 11 Feb 2007 06:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/locate-and-find.html#comment-11791</guid>
		<description>to fivesheep
谢谢。</description>
		<content:encoded><![CDATA[<p>to fivesheep<br />
谢谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fivesheep</title>
		<link>http://linuxtoy.org/archives/locate-and-find.html#comment-11664</link>
		<dc:creator>Fivesheep</dc:creator>
		<pubDate>Sat, 10 Feb 2007 15:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/locate-and-find.html#comment-11664</guid>
		<description>to mutou:

这个你可以通过管道操作
比如:

ls -1 &#124; xargs grep "hello"

就可以查找当前目录中哪个文件包含有"hello"这个单词.

反正, 方法很多..</description>
		<content:encoded><![CDATA[<p>to mutou:</p>
<p>这个你可以通过管道操作<br />
比如:</p>
<p>ls -1 | xargs grep "hello"</p>
<p>就可以查找当前目录中哪个文件包含有"hello"这个单词.</p>
<p>反正, 方法很多..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mutou</title>
		<link>http://linuxtoy.org/archives/locate-and-find.html#comment-11658</link>
		<dc:creator>mutou</dc:creator>
		<pubDate>Sat, 10 Feb 2007 15:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/locate-and-find.html#comment-11658</guid>
		<description>有没有基于文件内容的本地搜索工具？</description>
		<content:encoded><![CDATA[<p>有没有基于文件内容的本地搜索工具？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toy</title>
		<link>http://linuxtoy.org/archives/locate-and-find.html#comment-11384</link>
		<dc:creator>Toy</dc:creator>
		<pubDate>Fri, 09 Feb 2007 10:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/locate-and-find.html#comment-11384</guid>
		<description>@chewbaaca: Thanks for your recommended.</description>
		<content:encoded><![CDATA[<p>@chewbaaca: Thanks for your recommended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chewbaaca</title>
		<link>http://linuxtoy.org/archives/locate-and-find.html#comment-11365</link>
		<dc:creator>chewbaaca</dc:creator>
		<pubDate>Fri, 09 Feb 2007 08:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/locate-and-find.html#comment-11365</guid>
		<description>another choice slocate, first you need to update your database for fully search by using "updatedb"

slocate : Security Enhanced version of the GNU locate

install by using "apt-get install slocate"</description>
		<content:encoded><![CDATA[<p>another choice slocate, first you need to update your database for fully search by using "updatedb"</p>
<p>slocate : Security Enhanced version of the GNU locate</p>
<p>install by using "apt-get install slocate"</p>
]]></content:encoded>
	</item>
</channel>
</rss>
