<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Search for a string in multiple files</title>
	<atom:link href="http://www.g-loaded.eu/2005/10/03/search-a-string-in-multiple-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu/2005/10/03/search-a-string-in-multiple-files/</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:35:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gnot</title>
		<link>http://www.g-loaded.eu/2005/10/03/search-a-string-in-multiple-files/#comment-14</link>
		<dc:creator>Gnot</dc:creator>
		<pubDate>Tue, 15 Nov 2005 00:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=45#comment-14</guid>
		<description>The same functionality can be achieved with:
&lt;code&gt;# grep -rsniH &lt;expression&gt; *.c&lt;/code&gt;
But the use of &quot;&lt;code&gt;find&#124;xargs&lt;/code&gt;&quot; is an excellent addition!
Thanks for your feedback.</description>
		<content:encoded><![CDATA[<p>The same functionality can be achieved with:</p>
<p><code># grep -rsniH &lt;expression&gt; *.c</code></p>
<p>But the use of &quot;<code>find|xargs</code>&quot; is an excellent addition!<br />
Thanks for your feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dotan</title>
		<link>http://www.g-loaded.eu/2005/10/03/search-a-string-in-multiple-files/#comment-11</link>
		<dc:creator>Dotan</dc:creator>
		<pubDate>Mon, 14 Nov 2005 15:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=45#comment-11</guid>
		<description>Nice tip - like it.
however, when trying to detect strings in a C project, I do not want to search the object files:
$&gt; find . -name &quot;*.c&quot; &#124; xargs grep expression</description>
		<content:encoded><![CDATA[<p>Nice tip &#8211; like it.<br />
however, when trying to detect strings in a C project, I do not want to search the object files:</p>
<p>$&gt; find . -name &#8220;*.c&#8221; | xargs grep expression</p>
]]></content:encoded>
	</item>
</channel>
</rss>

