<?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: 10 Best File Comparison and Difference (Diff) Tools for Linux	</title>
	<atom:link href="https://www.tecmint.com/best-linux-file-diff-tools-comparison/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/best-linux-file-diff-tools-comparison/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 24 Jul 2023 04:34:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/best-linux-file-diff-tools-comparison/comment-page-1/#comment-2037329</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 24 Jul 2023 03:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21305#comment-2037329</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/best-linux-file-diff-tools-comparison/comment-page-1/#comment-2036686&quot;&gt;david&lt;/a&gt;.

@David,

You are correct, and I apologize for not mentioning &lt;strong&gt;sdiff&lt;/strong&gt; in article. 

&lt;strong&gt;sdiff&lt;/strong&gt; is a command-line tool available in many Linux distributions, including Fedora and RHEL, and it is used to display two files side-by-side, highlighting the differences between them.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/best-linux-file-diff-tools-comparison/comment-page-1/#comment-2036686">david</a>.</p>
<p>@David,</p>
<p>You are correct, and I apologize for not mentioning <strong>sdiff</strong> in article. </p>
<p><strong>sdiff</strong> is a command-line tool available in many Linux distributions, including Fedora and RHEL, and it is used to display two files side-by-side, highlighting the differences between them.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: david		</title>
		<link>https://www.tecmint.com/best-linux-file-diff-tools-comparison/comment-page-1/#comment-2036686</link>

		<dc:creator><![CDATA[david]]></dc:creator>
		<pubDate>Sat, 22 Jul 2023 19:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21305#comment-2036686</guid>

					<description><![CDATA[You didn&#039;t mention &lt;strong&gt;sdiff&lt;/strong&gt;, which is installed by default, at least in Fedora/RHEL that displays both files side-by-side.

I use &lt;strong&gt;sdiff&lt;/strong&gt; extensively. It has an option &lt;code&gt;-w n&lt;/code&gt;  to select the column width for display.  

That&#039;s really the only option I need.
&lt;pre&gt;
$ sdiff [-w n] file1 file2
&lt;/pre&gt;
]]></description>
			<content:encoded><![CDATA[<p>You didn&#8217;t mention <strong>sdiff</strong>, which is installed by default, at least in Fedora/RHEL that displays both files side-by-side.</p>
<p>I use <strong>sdiff</strong> extensively. It has an option <code>-w n</code>  to select the column width for display.  </p>
<p>That&#8217;s really the only option I need.</p>
<pre>
$ sdiff [-w n] file1 file2
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: VISSERS		</title>
		<link>https://www.tecmint.com/best-linux-file-diff-tools-comparison/comment-page-1/#comment-1912087</link>

		<dc:creator><![CDATA[VISSERS]]></dc:creator>
		<pubDate>Wed, 09 Nov 2022 08:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21305#comment-1912087</guid>

					<description><![CDATA[I wanted to say that I advise you not to waste your time with text diff. A human has difficulties understanding the diff between a text diff.

I have just tried &lt;strong&gt;kompare&lt;/strong&gt; file1.txt file2.txt and it does a good job to show you the diff.]]></description>
			<content:encoded><![CDATA[<p>I wanted to say that I advise you not to waste your time with text diff. A human has difficulties understanding the diff between a text diff.</p>
<p>I have just tried <strong>kompare</strong> file1.txt file2.txt and it does a good job to show you the diff.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris Koknat		</title>
		<link>https://www.tecmint.com/best-linux-file-diff-tools-comparison/comment-page-1/#comment-1363886</link>

		<dc:creator><![CDATA[Chris Koknat]]></dc:creator>
		<pubDate>Mon, 14 Sep 2020 19:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21305#comment-1363886</guid>

					<description><![CDATA[I&#039;ve created a free Linux tool to compare files while ignoring differences in whitespace.

It has many other options for ignoring comments or timestamps, sorting the input files, doing search/replace, ignoring certain lines, etc.

After preprocessing the input files, it runs the Linux tools meld, gvimdiff, tkdiff, or kompare on these intermediate files.

To download it from Github:
&lt;ol&gt;
&lt;li&gt;https://github.com/koknat/dif&lt;/li&gt;
&lt;li&gt;Click on the green &quot;code&quot; button to download the script&lt;/li&gt;
&lt;li&gt;Installation is not required, just run the &#039;dif&#039; executable&lt;/li&gt;
&lt;li&gt;./dif file1 file2&lt;/li&gt;
&lt;/ol&gt;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve created a free Linux tool to compare files while ignoring differences in whitespace.</p>
<p>It has many other options for ignoring comments or timestamps, sorting the input files, doing search/replace, ignoring certain lines, etc.</p>
<p>After preprocessing the input files, it runs the Linux tools meld, gvimdiff, tkdiff, or kompare on these intermediate files.</p>
<p>To download it from Github:</p>
<ol>
<li><a target="_blank" href="https://github.com/koknat/dif" rel="nofollow ugc">https://github.com/koknat/dif</a></li>
<li>Click on the green &#8220;code&#8221; button to download the script</li>
<li>Installation is not required, just run the &#8216;dif&#8217; executable</li>
<li>./dif file1 file2</li>
</ol>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: R		</title>
		<link>https://www.tecmint.com/best-linux-file-diff-tools-comparison/comment-page-1/#comment-1354925</link>

		<dc:creator><![CDATA[R]]></dc:creator>
		<pubDate>Thu, 20 Aug 2020 05:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=21305#comment-1354925</guid>

					<description><![CDATA[Thanks! (Xubuntu &#062; All applications &#062; Software &#062; (Search for) Meld.]]></description>
			<content:encoded><![CDATA[<p>Thanks! (Xubuntu &gt; All applications &gt; Software &gt; (Search for) Meld.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
