<?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: Using Perl to compare two directories</title>
	<atom:link href="http://www.bradrice.com/wposx/archives/65/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bradrice.com/wposx/archives/65</link>
	<description>This site is about scripting with a particular emphasis on OS X. Other things OS X, too.</description>
	<pubDate>Fri, 21 Nov 2008 20:23:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: bradrice</title>
		<link>http://www.bradrice.com/wposx/archives/65#comment-114</link>
		<dc:creator>bradrice</dc:creator>
		<pubDate>Sun, 01 Jan 2006 13:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bradrice.com/wposx/?p=65#comment-114</guid>
		<description>&lt;i&gt;~Editors note - Thanks. Actually, I was wondering if diff could be used. I guess I used a air gun to put a wall hanger up:) - Brad&lt;/i&gt;</description>
		<content:encoded><![CDATA[<p><i>~Editors note - Thanks. Actually, I was wondering if diff could be used. I guess I used a air gun to put a wall hanger up:) - Brad</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Popov</title>
		<link>http://www.bradrice.com/wposx/archives/65#comment-112</link>
		<dc:creator>Andrei Popov</dc:creator>
		<pubDate>Fri, 30 Dec 2005 07:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.bradrice.com/wposx/?p=65#comment-112</guid>
		<description>You can achieve pretty much the same effect by running diff on these two directories like so:

diff -r firstDir secondDir

As an added bonus, if the same file exists in bot dierectories, but different, you will be notified as well.
</description>
		<content:encoded><![CDATA[<p>You can achieve pretty much the same effect by running diff on these two directories like so:</p>
<p>diff -r firstDir secondDir</p>
<p>As an added bonus, if the same file exists in bot dierectories, but different, you will be notified as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
