<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Combine 2 files line by line]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/14965/combine-2-texts-line-by-line">Combine 2 texts line by line</a></p>
<p dir="auto"><img src="/assets/uploads/files/1583158440941-8dd6bb04-f07d-4b7b-93ac-9fbf88202782-imagen.png" alt="8dd6bb04-f07d-4b7b-93ac-9fbf88202782-imagen.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I just want to improve on a old answer, because i just need to mix 2 files line by line and the answer in an old post from 2017 help me a lot. On file1 go to Edit -&gt; Column Editor and insert numbers, the key (and the improvement) is to start with a high number bigger than the number of lines, so if you have 352 lines just use something like 1000 o 10000 (if you have more than 500 lines) and increase by 2 (thats very important also). Then on file2 add numbers in the same way but start at 1001 or 10001 also increased by 2. In this way, you got odds and even on different files, then you copy and paste one into another, do a sort line, then select the numberts using column mode an delete them.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18993/combine-2-files-line-by-line</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 00:12:58 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18993.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Mar 2020 14:18:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Combine 2 files line by line on Thu, 02 Jul 2020 21:16:53 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/cooeeeee" aria-label="Profile: Cooeeeee">@<bdi>Cooeeeee</bdi></a></p>
<p dir="auto">I see. The point of my post was to simplify <a class="plugin-mentions-user plugin-mentions-a" href="/user/fernando-sorensen" aria-label="Profile: Fernando-Sorensen">@<bdi>Fernando-Sorensen</bdi></a>’s method, because although ingenious, it requires several steps. The basic idea was to do everything without additional windows, be it a second editor, the column editor or a search window, that would block or cut off the flow of the operation.</p>
<p dir="auto">The only thing that the <code>BetterMultiSelection</code> plugin is good for in my approach is precisely to insert the blank lines, an operation that standard multiselection cannot do - see <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a>’s post below - . But if the text already has blank lines interleaved, then the plugin is not necessary and, as your .gif shows, line interleaving can be done directly with standard multiselection.</p>
<p dir="auto">Which is the best method? For the reasons detailed above and because I have nothing against third party plugins either - in fact, I think they are a great addition to <code>Notepad++</code> and heavily use them - I still prefer mine, but I have no objection to people using the one they find best.</p>
<p dir="auto">Thank you and, as always, have fun!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/55521</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/55521</guid><dc:creator><![CDATA[astrosofista]]></dc:creator><pubDate>Thu, 02 Jul 2020 21:16:53 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Thu, 02 Jul 2020 18:46:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a> and others:</p>
<p dir="auto">What allows it to work, is an odd(?) property of column blocks – the inability to copy line-endings.</p>
<p dir="auto">Here’s some text before blocking out a column, note where the CRLF line-endings are:</p>
<p dir="auto"><img src="/assets/uploads/files/1593715305582-809a4cf5-49cd-4d1e-9fd2-5c55363607cc-image.png" alt="809a4cf5-49cd-4d1e-9fd2-5c55363607cc-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Now here’s the same text after a rectangular block is put into place; again note where the CRLF are (they’re outside the selection), especially on the empty lines:</p>
<p dir="auto"><img src="/assets/uploads/files/1593715382926-4f9678ee-ce37-47ff-acc0-705ccf1a51b8-image.png" alt="4f9678ee-ce37-47ff-acc0-705ccf1a51b8-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Note that none of the line-ending characters made it into the block.<br />
Thus when this is copied and pasted, the originally empty lines are pasted as “nothingness”, allowing the technique by <a class="plugin-mentions-user plugin-mentions-a" href="/user/cooeeeee" aria-label="Profile: Cooeeeee">@<bdi>Cooeeeee</bdi></a> to work for merging data.  Nice one.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/55517</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/55517</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 02 Jul 2020 18:46:41 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Thu, 02 Jul 2020 11:49:32 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/cooeeeee" aria-label="Profile: cooeeeee">@<bdi>cooeeeee</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">Ah…! Many thanks for that <strong>tip</strong> and <strong>work-around</strong> ! I didn’t <strong>even</strong> know that such an operation was possible ! Note that it’s works <strong>whatever</strong> the <strong><code>BetterMultiSelection</code></strong> plugin of <a class="plugin-mentions-user plugin-mentions-a" href="/user/dail" aria-label="Profile: Dail">@<bdi>Dail</bdi></a> is <strong>enabled</strong> or not ;-))</p>
<p dir="auto">Note that you may <strong>shorten</strong> your <strong>regex</strong> S/R as below :</p>
<p dir="auto">SEARCH <strong><code>\R</code></strong></p>
<p dir="auto">REPLACE <strong><code>$0$0</code></strong></p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/55497</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/55497</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Thu, 02 Jul 2020 11:49:32 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Thu, 02 Jul 2020 05:15:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cooeeeee" aria-label="Profile: Cooeeeee">@<bdi>Cooeeeee</bdi></a> <img src="https://imgur.com/a/BlrcbVv" alt="GIF demonstrating the line interleave" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/55490</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/55490</guid><dc:creator><![CDATA[Cooeeeee]]></dc:creator><pubDate>Thu, 02 Jul 2020 05:15:23 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Thu, 02 Jul 2020 04:45:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/astrosofista" aria-label="Profile: astrosofista">@<bdi>astrosofista</bdi></a> I use a method similar to yours that works without any plugins (unless those are default plugins that I also have). I add blank lines to both the source and destination block (search: [\r\n]+ replace: \r\n\r\n. I then Alt+Shift block select the source block, cut, position the cursor on the first blank line in the destination and paste.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/55489</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/55489</guid><dc:creator><![CDATA[Cooeeeee]]></dc:creator><pubDate>Thu, 02 Jul 2020 04:45:57 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Mon, 11 May 2020 00:54:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> said in <a href="/post/53716">Combine 2 files line by line</a>:</p>
<blockquote>
<p dir="auto">So then how are you actually getting different colored carets and not just the same-base-color-but-different-shade effect?<br />
Maybe you don’t know and this is your question?</p>
</blockquote>
<p dir="auto">That’s my question, yes.</p>
<p dir="auto">Concerning the screenshot, will try the code, though I will probably set all the carets to the same base color, just to check the effect.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53717</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53717</guid><dc:creator><![CDATA[astrosofista]]></dc:creator><pubDate>Mon, 11 May 2020 00:54:54 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Mon, 11 May 2020 00:40:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/astrosofista" aria-label="Profile: astrosofista">@<bdi>astrosofista</bdi></a></p>
<p dir="auto">So then how are you actually getting different colored carets and not just the same-base-color-but-different-shade effect?<br />
Maybe you don’t know and this is your question?</p>
<p dir="auto">Anyway, forgot to include the screenshot I made of my custom-colored carets; here it is:</p>
<p dir="auto"><img src="/assets/uploads/files/1589157614188-d16efd7d-e181-4f87-9f5e-4b9bf6dbc8f8-image.png" alt="d16efd7d-e181-4f87-9f5e-4b9bf6dbc8f8-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/53716</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53716</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 11 May 2020 00:40:48 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Mon, 11 May 2020 00:32:54 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a></p>
<p dir="auto">For a reason of consistency. I expected to see all carets in the same color but not in the same shade, just as if I set the caret color to black in the Style Configurator, then the secondary carets are shown in gray.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53714</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53714</guid><dc:creator><![CDATA[astrosofista]]></dc:creator><pubDate>Mon, 11 May 2020 00:32:54 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Mon, 11 May 2020 00:18:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/astrosofista" aria-label="Profile: astrosofista">@<bdi>astrosofista</bdi></a> said in <a href="/post/53711">Combine 2 files line by line</a>:</p>
<blockquote>
<p dir="auto">shouldn’t all the multi-carets be shown in red? At least that’s what I expected to see,</p>
</blockquote>
<p dir="auto">Curious, why do you expect this?<br />
Typically the caret related to the <em>main</em> selection is supposed to visually “stand out” from any secondary carets.  Several Notepad++ functions act only on the <em>main</em> selection, so sometimes it is helpful to know which this is going to be before invoking the function.</p>
<p dir="auto">In Pythonscript, I do this to make the different carets stand out well:</p>
<pre><code>    for e in (editor1, editor2):
        e.setCaretFore((0xFF, 0, 0))  # turn the main caret bright red for better visibility
        e.setAdditionalCaretFore((0, 0, 0))  # turn the secondary carets black for good visibility
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/53712</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53712</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 11 May 2020 00:18:44 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Mon, 11 May 2020 00:06:05 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a></p>
<p dir="auto">That’s right, the End key will get the same outcome, though I’m not sure it’s any easier to understand. Anyway, good catch :)</p>
<p dir="auto">By the way, shouldn’t all the multi-carets be shown in red? At least that’s what I expected to see, since I wanted them to stand out in the animation.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53711</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53711</guid><dc:creator><![CDATA[astrosofista]]></dc:creator><pubDate>Mon, 11 May 2020 00:06:05 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Sun, 10 May 2020 23:56:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dail" aria-label="Profile: dail">@<bdi>dail</bdi></a> said in <a href="/post/53682">Combine 2 files line by line</a>:</p>
<blockquote>
<p dir="auto">they concluded this functionality would not be added to Scintilla</p>
</blockquote>
<p dir="auto">Bad news, in a way. In another sense it means that your plug-in will be guaranteed to have a long life.</p>
<p dir="auto">Please keep developing it. Thank you.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53710</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53710</guid><dc:creator><![CDATA[astrosofista]]></dc:creator><pubDate>Sun, 10 May 2020 23:56:07 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Sat, 09 May 2020 17:38:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a></p>
<p dir="auto">The newer versions of scintilla (which N++ is using) has a bit better support. However it still doesnt match what my plugin provides.</p>
<p dir="auto">I think the key is that Scintilla does not transform a <em>rectangular</em> selection into multiple <em>stream</em> selections.</p>
<p dir="auto">If I recall correctly, this was brought up on the Scintilla list or tracker and they concluded this functionality would not be added to Scintilla. There may be more technical reasons as to why it was not seen as beneficial, however I feel this plugin demonstrates how useful this kind of behavior is.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53682</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53682</guid><dc:creator><![CDATA[dail]]></dc:creator><pubDate>Sat, 09 May 2020 17:38:33 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Sat, 09 May 2020 15:28:21 GMT]]></title><description><![CDATA[<p dir="auto">So, really <a class="plugin-mentions-user plugin-mentions-a" href="/user/astrosofista" aria-label="Profile: astrosofista">@<bdi>astrosofista</bdi></a> has found some amazing uses for the <code>BetterMultiselection</code> plugin.<br />
It makes one wonder, why isn’t this in Notepad++ itself (without need for the plugin)?<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/dail" aria-label="Profile: dail">@<bdi>dail</bdi></a> 's work with the plugin is really great, but why do we even need a plugin?<br />
I guess it would need to be in Scintilla, but these actions just make so much sense I wonder if the capabililty IS in Scintilla, and just not enabled in Notepad++'s use of Scintilla?<br />
Thoughts?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53674</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53674</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sat, 09 May 2020 15:28:21 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Sat, 09 May 2020 13:17:40 GMT]]></title><description><![CDATA[<p dir="auto">Hi, <a class="plugin-mentions-user plugin-mentions-a" href="/user/astrosofista" aria-label="Profile: astrosofista">@<bdi>astrosofista</bdi></a> and <strong>all</strong>,</p>
<p dir="auto">A small <strong>variant</strong> :</p>
<p dir="auto">At step <strong><code>6</code></strong>, press the <strong><code>End</code></strong> key. I think it’s <strong>easier</strong> to understand ;-))</p>
<p dir="auto">BR</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53671</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53671</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sat, 09 May 2020 13:17:40 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Sat, 09 May 2020 01:10:40 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/fernando-sorensen" aria-label="Profile: Fernando-Sorensen">@<bdi>Fernando-Sorensen</bdi></a> and All:</p>
<p dir="auto">Yet another way to <strong>combine</strong> two blocks of text. It’s really easy to implement and requires just the <code>multi-edition preference</code> enabled and the <code>BetterMultiSelection</code> plugin activated, which you can download and install via the <code>Plugins Admin</code>.</p>
<p dir="auto">Firstly an animation and below a step by step description:</p>
<p dir="auto"><img src="https://media.giphy.com/media/JOX76z2z8Hc03j3TM6/giphy.gif" alt="Giphy" class=" img-fluid img-markdown" /></p>
<ol>
<li>Place the <code>caret</code> at the beginning of the second text block, which will be the inserting text.</li>
<li>Do a <strong>block selection</strong>, that is, <code>mouse-click</code> at the left of character <code>2</code> and then another <code>mouse-click</code> at the end of the same block, but this time while pressing <code>Shift + Alt</code>.</li>
<li>Copy the selected block (<code>Ctrl + C</code>).</li>
<li>Go to the first character of first block text (<code>Ctrl + Home</code>) and <code>mouse-click</code> at the left of the first <code>1</code>.</li>
<li>Insert a <strong>multi-selection</strong> by pressing <code>Shift + Alt + Arrow Down 4 times</code>, till the bottom line of the text block.</li>
<li>Press <code>Arrow Down one more time</code> (without <code>Shift</code> or <code>Alt</code>) in order to move the <strong>multi-selection</strong> one line down.</li>
<li>Press <code>Enter</code> to add <code>five lines</code> to the text block.</li>
<li>Paste (<code>Ctrl + V</code>) to combine both text blocks.</li>
</ol>
<p dir="auto">That’s all. Hope you like it.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53667</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53667</guid><dc:creator><![CDATA[astrosofista]]></dc:creator><pubDate>Sat, 09 May 2020 01:10:40 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Mon, 02 Mar 2020 21:14:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> said in <a href="/post/51089">Combine 2 files line by line</a>:</p>
<blockquote>
<p dir="auto">As Peter said, that is a good addendum to THAT-OLDER-POST.  :-)</p>
</blockquote>
<p dir="auto">Oopps, didn’t notice until now that the OP linked to that older post at the very beginning; sorry for the extraneous traffic.<br />
And now even more traffic, to point that out.<br />
:-(</p>
]]></description><link>https://community.notepad-plus-plus.org/post/51094</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/51094</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 02 Mar 2020 21:14:09 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Sat, 19 Nov 2022 01:48:13 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/fernando-sorensen" aria-label="Profile: fernando-sorensen">@<bdi>fernando-sorensen</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">Indeed, very <strong>clever</strong> method, <strong>Fernando</strong> ;-))</p>
<hr />
<p dir="auto">Now, assuming the <strong>input</strong> text, below, where I, deliberately, added some <strong>Tabulation</strong> or <strong>Space</strong> chars and sometimes <strong>none</strong> :</p>
<pre><code class="language-diff">1000	   		Line A in File 1
1001	   		Line B in File 2
1002Line C in File 1
1003  Line D in File 2
1004    Line E in File 1
1005		Line F in File 2
1006Line G in File 1
1007	Line H in File 2
1008 Line I in File 1
1009	     Line J in File 2
</code></pre>
<p dir="auto">You may want to place the lines, of <strong>same</strong> number, in the <strong>same</strong> resulting line and <strong>delete</strong> the <strong>temporary leading</strong> numbers, in one go. If so, and assuming that your list <strong>begins</strong> with an <strong><code>even</code></strong> number, use the following <strong>regex</strong> S/R :</p>
<p dir="auto">SEARCH <strong><code>(?-s)^\d+[02468]\h*(.+)\R\d+\h*</code></strong>   OR   <strong><code>(?-s)^\d+[13579]\h*(.+)\R\d+\h*</code></strong> if the list <strong>begins</strong> with an <strong><code>odd</code></strong> number</p>
<p dir="auto">REPLACE <strong><code>\1\x20</code></strong></p>
<p dir="auto">And you’ll get your <strong>expected</strong> output text :</p>
<pre><code class="language-diff">Line A in File 1 Line B in File 2
Line C in File 1 Line D in File 2
Line E in File 1 Line F in File 2
Line G in File 1 Line H in File 2
Line I in File 1 Line J in File 2
</code></pre>
<p dir="auto">The <strong>space</strong> separator character <strong><code>\x20</code></strong>, used in <strong>replacement</strong> may be changed to <strong><code>\t</code></strong> or <strong><code>\x20\x20\x20</code></strong> or, even, <strong><code>\x20+\x20</code></strong> !</p>
<hr />
<p dir="auto">Of course, if you just would like to <strong>get rid</strong> of the <strong>temporary leadings blank</strong> chars, beginning <strong>each</strong> line, simply use :</p>
<p dir="auto">SEARCH <strong><code>^\d+\h*</code></strong></p>
<p dir="auto">REPLACE <strong><code>Leave EMPTY</code></strong></p>
<p dir="auto">And, this time, you’re left with :</p>
<pre><code class="language-diff">Line A in File 1
Line B in File 2
Line C in File 1
Line D in File 2
Line E in File 1
Line F in File 2
Line G in File 1
Line H in File 2
Line I in File 1
Line J in File 2
</code></pre>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/51091</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/51091</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sat, 19 Nov 2022 01:48:13 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Mon, 02 Mar 2020 19:20:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> said in <a href="/post/51080">Combine 2 files line by line</a>:</p>
<blockquote>
<p dir="auto">That is a good addendum to that older post.</p>
</blockquote>
<p dir="auto">As Peter said, that is a good addendum to <a href="https://community.notepad-plus-plus.org/topic/14965/combine-2-texts-line-by-line">THAT-OLDER-POST</a>.  :-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/51089</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/51089</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 02 Mar 2020 19:20:07 GMT</pubDate></item><item><title><![CDATA[Reply to Combine 2 files line by line on Mon, 02 Mar 2020 14:41:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fernando-sorensen" aria-label="Profile: Fernando-Sorensen">@<bdi>Fernando-Sorensen</bdi></a></p>
<p dir="auto">Thanks for sharing your idea.  That is a good addendum to that older post.  Since that older topic wasn’t locked yet, I posted a link from there to here, so others who find that thread will be able to see your suggestion, too.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/51080</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/51080</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 02 Mar 2020 14:41:48 GMT</pubDate></item></channel></rss>