<?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: Finding the difference between two files</title>
	<atom:link href="http://www.sharms.org/blog/2009/02/finding-the-difference-between-two-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharms.org/blog/2009/02/finding-the-difference-between-two-files/</link>
	<description>Life, Linux and Technology</description>
	<lastBuildDate>Thu, 26 Jan 2012 02:40:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steven Harms</title>
		<link>http://www.sharms.org/blog/2009/02/finding-the-difference-between-two-files/comment-page-1/#comment-1041</link>
		<dc:creator>Steven Harms</dc:creator>
		<pubDate>Fri, 20 Feb 2009 21:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=323#comment-1041</guid>
		<description>@jldugger

In that screenshot I believe I ran the same diff command then piped it to colordiff, but adding an alias to .bash_profile would do the trick also.</description>
		<content:encoded><![CDATA[<p>@jldugger</p>
<p>In that screenshot I believe I ran the same diff command then piped it to colordiff, but adding an alias to .bash_profile would do the trick also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jldugger</title>
		<link>http://www.sharms.org/blog/2009/02/finding-the-difference-between-two-files/comment-page-1/#comment-1040</link>
		<dc:creator>jldugger</dc:creator>
		<pubDate>Fri, 20 Feb 2009 20:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=323#comment-1040</guid>
		<description>Did you have to do anything to configure your shell to use colordiff instead of regular diff?</description>
		<content:encoded><![CDATA[<p>Did you have to do anything to configure your shell to use colordiff instead of regular diff?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregor</title>
		<link>http://www.sharms.org/blog/2009/02/finding-the-difference-between-two-files/comment-page-1/#comment-1039</link>
		<dc:creator>Gregor</dc:creator>
		<pubDate>Fri, 20 Feb 2009 19:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=323#comment-1039</guid>
		<description>I use meld regularly and love it - especially the directory comparison view, from which you can quickly &quot;inspect&quot; versions of files that are marked as being different!</description>
		<content:encoded><![CDATA[<p>I use meld regularly and love it &#8211; especially the directory comparison view, from which you can quickly &#8220;inspect&#8221; versions of files that are marked as being different!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.sharms.org/blog/2009/02/finding-the-difference-between-two-files/comment-page-1/#comment-1038</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Fri, 20 Feb 2009 19:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=323#comment-1038</guid>
		<description>I have kdiff installed on nearly every box at work, great program.</description>
		<content:encoded><![CDATA[<p>I have kdiff installed on nearly every box at work, great program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>http://www.sharms.org/blog/2009/02/finding-the-difference-between-two-files/comment-page-1/#comment-1037</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Fri, 20 Feb 2009 16:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=323#comment-1037</guid>
		<description>Great article! I&#039;m impressed that some developers don&#039;t really know how to use the basic UNIX diff tools.

Its worth to say that most SCM tools out there include a diff tool already, some use the UNIX diff some doesn&#039;t, but almost always you can diff your changes with the committed version doing a:

&quot;scm tool&quot; diff

for example:

git diff
svn diff</description>
		<content:encoded><![CDATA[<p>Great article! I&#8217;m impressed that some developers don&#8217;t really know how to use the basic UNIX diff tools.</p>
<p>Its worth to say that most SCM tools out there include a diff tool already, some use the UNIX diff some doesn&#8217;t, but almost always you can diff your changes with the committed version doing a:</p>
<p>&#8220;scm tool&#8221; diff</p>
<p>for example:</p>
<p>git diff<br />
svn diff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk Deimeke</title>
		<link>http://www.sharms.org/blog/2009/02/finding-the-difference-between-two-files/comment-page-1/#comment-1036</link>
		<dc:creator>Dirk Deimeke</dc:creator>
		<pubDate>Fri, 20 Feb 2009 16:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=323#comment-1036</guid>
		<description>Try vimdiff or gvimdiff for files and directories ...</description>
		<content:encoded><![CDATA[<p>Try vimdiff or gvimdiff for files and directories &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Braiden</title>
		<link>http://www.sharms.org/blog/2009/02/finding-the-difference-between-two-files/comment-page-1/#comment-1035</link>
		<dc:creator>Lee Braiden</dc:creator>
		<pubDate>Fri, 20 Feb 2009 16:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=323#comment-1035</guid>
		<description>Yep, colordiff, and especially meld, are great.  Meld also supports version control systems, so you can do something like &quot;meld .&quot; in your bzr branch, and see browse the changes easily.</description>
		<content:encoded><![CDATA[<p>Yep, colordiff, and especially meld, are great.  Meld also supports version control systems, so you can do something like &#8220;meld .&#8221; in your bzr branch, and see browse the changes easily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deskin</title>
		<link>http://www.sharms.org/blog/2009/02/finding-the-difference-between-two-files/comment-page-1/#comment-1034</link>
		<dc:creator>Deskin</dc:creator>
		<pubDate>Fri, 20 Feb 2009 16:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=323#comment-1034</guid>
		<description># apt-get install git-core
$ git diff --color file1 file2

OT: Your captcha system is broken, I wrote &#039;twelve&#039; when it asked me to please add 6 and 6, but that wasn&#039;t good enough</description>
		<content:encoded><![CDATA[<p># apt-get install git-core<br />
$ git diff &#8211;color file1 file2</p>
<p>OT: Your captcha system is broken, I wrote &#8216;twelve&#8217; when it asked me to please add 6 and 6, but that wasn&#8217;t good enough</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://www.sharms.org/blog/2009/02/finding-the-difference-between-two-files/comment-page-1/#comment-1033</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Fri, 20 Feb 2009 16:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharms.org/blog/?p=323#comment-1033</guid>
		<description>I&#039;ve never been much of a meld fan...works to be sure, but I&#039;ve always found Kompare (YMMV) gives a better overview.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never been much of a meld fan&#8230;works to be sure, but I&#8217;ve always found Kompare (YMMV) gives a better overview.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

