<?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: Merging and More with diff3</title>
	<atom:link href="http://www.linux-mag.com/id/4133/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/4133/</link>
	<description>Open Source, Open Standards</description>
	<lastBuildDate>Sat, 05 Oct 2013 13:48:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Andrés Chandía</title>
		<link>http://www.linux-mag.com/id/4133/#comment-198703</link>
		<dc:creator>Andrés Chandía</dc:creator>
		<pubDate>Tue, 24 Apr 2012 13:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4133/#comment-198703</guid>
		<description>Sorry again, now (I have to put them i html code)
In diff if you do:
&lt;code&gt; diff file1 file2 &gt;  file 3&lt;/code&gt;
&lt;code&gt;cat file3
&lt; Line1  (old line)
&gt; Line01 (new line)
&lt;/code&gt;

How can you do that in diff3, I mean:
&lt;code&gt; diff3 File0 file1 file2 &gt; file3&lt;/code&gt;
having as output something like this:
&lt;code&gt; cat file3
&lt; Line 1 (file0)
&gt; Line1  (file1)
&#124; Line01 (file2)&lt;/code&gt;
I mean, I need the character at the beginning of the line.

Thanks</description>
		<content:encoded><![CDATA[<p>Sorry again, now (I have to put them i html code)<br />
In diff if you do:<br />
<code> diff file1 file2 &gt;  file 3</code><br />
<code>cat file3<br />
&#060; Line1  (old line)<br />
&#062; Line01 (new line)<br />
</code></p>
<p>How can you do that in diff3, I mean:<br />
<code> diff3 File0 file1 file2 &gt; file3</code><br />
having as output something like this:<br />
<code> cat file3<br />
&#060; Line 1 (file0)<br />
&#062; Line1  (file1)<br />
| Line01 (file2)</code><br />
I mean, I need the character at the beginning of the line.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrés Chandía</title>
		<link>http://www.linux-mag.com/id/4133/#comment-198699</link>
		<dc:creator>Andrés Chandía</dc:creator>
		<pubDate>Tue, 24 Apr 2012 13:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4133/#comment-198699</guid>
		<description>Sorry the previous post didn&#039;t show the characters i was talking about, here you have them:

In diff if you do:
&lt;code&gt; diff file1 file2 &gt;  file 3&lt;/code&gt;
&lt;code&gt;cat file3&lt;/code&gt;
 Line01 (new line)


How can you do that in diff3, I mean:
&lt;code&gt; diff3 File0 file1 file2 &gt; file3&lt;/code&gt;
having as output something like this:
&lt;code&gt; cat file3&lt;/code&gt;
 Line1  (file1)
&#124; Line01 (file2)
I mean, I need the character at the beginning of the line.

Thanks</description>
		<content:encoded><![CDATA[<p>Sorry the previous post didn&#8217;t show the characters i was talking about, here you have them:</p>
<p>In diff if you do:<br />
<code> diff file1 file2 &gt;  file 3</code><br />
<code>cat file3</code><br />
 Line01 (new line)</p>
<p>How can you do that in diff3, I mean:<br />
<code> diff3 File0 file1 file2 &gt; file3</code><br />
having as output something like this:<br />
<code> cat file3</code><br />
 Line1  (file1)<br />
| Line01 (file2)<br />
I mean, I need the character at the beginning of the line.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrés Chandía</title>
		<link>http://www.linux-mag.com/id/4133/#comment-198695</link>
		<dc:creator>Andrés Chandía</dc:creator>
		<pubDate>Tue, 24 Apr 2012 13:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4133/#comment-198695</guid>
		<description>In diff if you do:
&lt;code&gt; diff file1 file2 &gt;  file 3&lt;/code&gt;
&lt;code&gt;cat file3
 Line01 (new line)
&lt;/code&gt;

How can you do that in diff3, I mean:
&lt;code&gt; diff3 File0 file1 file2 &gt; file3&lt;/code&gt;
having as output something like this:
&lt;code&gt; cat file3
 Line1  (file1)
&#124; Line01 (file2)&lt;/code&gt;
I mean, I need the character at the beginning of the line.

Thanks</description>
		<content:encoded><![CDATA[<p>In diff if you do:<br />
<code> diff file1 file2 &gt;  file 3</code><br />
<code>cat file3<br />
 Line01 (new line)<br />
</code></p>
<p>How can you do that in diff3, I mean:<br />
<code> diff3 File0 file1 file2 &gt; file3</code><br />
having as output something like this:<br />
<code> cat file3<br />
 Line1  (file1)<br />
| Line01 (file2)</code><br />
I mean, I need the character at the beginning of the line.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satijar</title>
		<link>http://www.linux-mag.com/id/4133/#comment-4620</link>
		<dc:creator>satijar</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4133/#comment-4620</guid>
		<description>very good info for linux users/sys administrators</description>
		<content:encoded><![CDATA[<p>very good info for linux users/sys administrators</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sucool</title>
		<link>http://www.linux-mag.com/id/4133/#comment-4621</link>
		<dc:creator>sucool</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4133/#comment-4621</guid>
		<description>Excellent information ...thanks.....</description>
		<content:encoded><![CDATA[<p>Excellent information &#8230;thanks&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avics</title>
		<link>http://www.linux-mag.com/id/4133/#comment-4622</link>
		<dc:creator>avics</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4133/#comment-4622</guid>
		<description>I&#039;ve doing diff3 like merges with emacs for more than 10 years. It works like a charm, especially since the emacs frontend shows diff&#039;s on a character base as well.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve doing diff3 like merges with emacs for more than 10 years. It works like a charm, especially since the emacs frontend shows diff&#8217;s on a character base as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1sy8</title>
		<link>http://www.linux-mag.com/id/4133/#comment-4623</link>
		<dc:creator>1sy8</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4133/#comment-4623</guid>
		<description>How do you do that in emacs ? Splitting windows maybe ?</description>
		<content:encoded><![CDATA[<p>How do you do that in emacs ? Splitting windows maybe ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>