<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blue Horn &#187; Tools</title>
	<atom:link href="http://bluehorn.co.nz/tag/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluehorn.co.nz</link>
	<description>New Zealand Web Design &#38; Development (PHP 5, MySQL, Symfony Framework, Apache, Linux)</description>
	<lastBuildDate>Tue, 29 Nov 2011 22:23:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Compare directories / folders using xxdiff</title>
		<link>http://bluehorn.co.nz/2009/01/09/compare-directories-folders-using-xxdiff/</link>
		<comments>http://bluehorn.co.nz/2009/01/09/compare-directories-folders-using-xxdiff/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 12:09:07 +0000</pubDate>
		<dc:creator>Sid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://bluehorn.co.nz/?p=156</guid>
		<description><![CDATA[I just found this wonderful tool called xxdiff which is a command line but graphical tool, it didn't make sense at first, but it is actually a tool that you start from command line but then gives you a graphical UI (a pretty simple but effective UI, in my opinion). After installing xxdiff, just type [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I just found this wonderful tool called xxdiff which is a command line but graphical tool, it didn't make sense at first, but it is actually a tool that you start from command line but then gives you a graphical UI (a pretty simple but effective UI, in my opinion).</p>
<p>After installing xxdiff, just type a command line like this one to compare two directories recursively:</p>
<pre>xxdiff -r /dir1 /dir2</pre>
<p>and a GUI window should show up, something like:</p>
<p><img class="alignnone size-medium wp-image-158" title="xxdiff" src="http://bluehorn.co.nz/wp-content/uploads/2009/01/screenshot-300x187.png" alt="" width="431" height="269" /></p>
<p>One of the wonderful things about the GUI is that you can copy files from one directory to another. And you can also double click on each file to see the differences in the files contents.</p>
<p>I have not explored all the features and capabilities of xxdiff but it seems like a very handy tool to keep around. Very useful for manually synchronizing directories / folders.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://bluehorn.co.nz/2009/01/09/compare-directories-folders-using-xxdiff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

