<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Linux: How to find all the files containing a particular text string?</title>
	<atom:link href="http://www.kavoir.com/2009/08/linux-how-to-find-all-the-files-containing-a-particular-text-string.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kavoir.com/2009/08/linux-how-to-find-all-the-files-containing-a-particular-text-string.html</link>
	<description>Just another dumbass webmaster, goofing around...</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:57:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pradeep</title>
		<link>http://www.kavoir.com/2009/08/linux-how-to-find-all-the-files-containing-a-particular-text-string.html/comment-page-1#comment-10687</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Wed, 18 Aug 2010 10:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/08/linux-how-to-find-all-the-files-containing-a-particular-text-string.html#comment-10687</guid>
		<description>Any harm if I use xargs?

find somedir -name “*.php” &#124; xargs grep -l “needle”</description>
		<content:encoded><![CDATA[<p>Any harm if I use xargs?</p>
<p>find somedir -name “*.php” | xargs grep -l “needle”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yang Yang</title>
		<link>http://www.kavoir.com/2009/08/linux-how-to-find-all-the-files-containing-a-particular-text-string.html/comment-page-1#comment-6050</link>
		<dc:creator>Yang Yang</dc:creator>
		<pubDate>Thu, 17 Sep 2009 04:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kavoir.com/2009/08/linux-how-to-find-all-the-files-containing-a-particular-text-string.html#comment-6050</guid>
		<description>BTW, if it spits out this error:

&lt;blockquote&gt;find: paths must precede expression&lt;/blockquote&gt;

Embrace necessary parameters in double quotes &quot;&quot;. E.g.,

&lt;blockquote&gt;find somedir -name &quot;*.php&quot; -exec grep -l &quot;needle&quot; {} \;&lt;/blockquote&gt;
</description>
		<content:encoded><![CDATA[<p>BTW, if it spits out this error:</p>
<blockquote><p>find: paths must precede expression</p></blockquote>
<p>Embrace necessary parameters in double quotes &#8220;&#8221;. E.g.,</p>
<blockquote><p>find somedir -name &#8220;*.php&#8221; -exec grep -l &#8220;needle&#8221; {} \;</p></blockquote>
]]></content:encoded>
	</item>
</channel>
</rss>

