<?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[Find/copy specific line in all opened files]]></title><description><![CDATA[<p dir="auto">Let´s say that we have 75 files opened in notepad ++. There´s only in line in each of all these files that I´m interested in and it´s always the same line, line 74.</p>
<p dir="auto">I´d like to copy every line 74 in all opened files to a new txt file, is this possible? I´ve tried macros but without any success.</p>
<p dir="auto">If it´s easier, is it possible to search for line 74 in all opened files. If you search for anything and select “Find All in All Opened Documents” you´ll have the search results on the bottom of notepad ++. From there you can just copy the search result to an Excel file.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23530/find-copy-specific-line-in-all-opened-files</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 06:58:50 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23530.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 Sep 2022 08:03:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Find/copy specific line in all opened files on Wed, 28 Jun 2023 07:34:56 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> Thank you</p>
]]></description><link>https://community.notepad-plus-plus.org/post/87455</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/87455</guid><dc:creator><![CDATA[Selva TN]]></dc:creator><pubDate>Wed, 28 Jun 2023 07:34:56 GMT</pubDate></item><item><title><![CDATA[Reply to Find/copy specific line in all opened files on Tue, 27 Sep 2022 09:27:14 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> , amazing!<br />
That was just fantastic, made my day, and week!<br />
Thanks alot!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80091</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80091</guid><dc:creator><![CDATA[Markus Sulk]]></dc:creator><pubDate>Tue, 27 Sep 2022 09:27:14 GMT</pubDate></item><item><title><![CDATA[Reply to Find/copy specific line in all opened files on Tue, 27 Sep 2022 08:40:51 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/markus-sulk" aria-label="Profile: markus-sulk">@<bdi>markus-sulk</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">Not <strong>difficult</strong> with regex !</p>
<p dir="auto">So :</p>
<ul>
<li>
<p dir="auto">Open the <strong>Find</strong> dialog ( <strong><code>Ctrl + F</code></strong> )</p>
</li>
<li>
<p dir="auto"><strong>Untick</strong> all <strong>box</strong> options</p>
</li>
<li>
<p dir="auto">SEARCH <strong><code>(?-s)\A(.*\R){73}\K.*\R</code></strong></p>
</li>
<li>
<p dir="auto">Select the <strong><code>Regular expression</code></strong> search <strong>mode</strong></p>
</li>
<li>
<p dir="auto">Click on the <strong><code>Find All in All Opened Documents</code></strong> button</p>
</li>
</ul>
<p dir="auto">Et voilà !!</p>
<hr />
<p dir="auto"><strong>Notes</strong> :</p>
<ul>
<li>
<p dir="auto">If the <strong><code>74th</code></strong> line is <strong>empty</strong>, it will output that <strong>empty</strong> line !</p>
</li>
<li>
<p dir="auto">Any file, with <strong>less</strong> than <strong><code>74</code></strong> lines, is <strong>not</strong> outputted, too !</p>
</li>
</ul>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80090</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80090</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Tue, 27 Sep 2022 08:40:51 GMT</pubDate></item></channel></rss>