<?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: Recursive grep</title>
	<atom:link href="http://en.newinstance.it/2008/09/11/recursive-grep/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.newinstance.it/2008/09/11/recursive-grep/</link>
	<description>A tech blog by Luigi R. Viggiano</description>
	<lastBuildDate>Wed, 25 Aug 2010 03:55:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Luigi</title>
		<link>http://en.newinstance.it/2008/09/11/recursive-grep/comment-page-1/#comment-410157</link>
		<dc:creator>Luigi</dc:creator>
		<pubDate>Tue, 03 Aug 2010 09:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://en.newinstance.it/2008/09/11/recursive-grep/#comment-410157</guid>
		<description>Another way that works on other unix environment (MINGW32), is using grep in combination with find:

$ find . -name pom.xml -exec grep -Hi &quot;log4j&quot; {} \;</description>
		<content:encoded><![CDATA[<p>Another way that works on other unix environment (MINGW32), is using grep in combination with find:</p>
<p>$ find . -name pom.xml -exec grep -Hi &#8220;log4j&#8221; {} \;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
