<?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[How to batch remove all lines after the nth line?]]></title><description><![CDATA[<p dir="auto">I have a bunch of text files each having a different number of lines. I want to keep only the first 100 lines in each file. How can I do that?<br />
Thanks in advance,<br />
Mel</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/24422/how-to-batch-remove-all-lines-after-the-nth-line</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 10:09:11 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/24422.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 May 2023 07:23:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to batch remove all lines after the nth line? on Mon, 01 May 2023 12:12:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/melanievt" aria-label="Profile: melanievt">@<bdi>melanievt</bdi></a></p>
<p dir="auto">Learn more to be able to apply such techniques on your own in the future; start <a href="https://community.notepad-plus-plus.org/topic/15765/faq-desk-where-to-find-regular-expressions-regex-documentation">HERE</a>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/86052</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/86052</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 01 May 2023 12:12:56 GMT</pubDate></item><item><title><![CDATA[Reply to How to batch remove all lines after the nth line? on Mon, 01 May 2023 10:36:08 GMT]]></title><description><![CDATA[<p dir="auto">Works like a charm! Thank you very much <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a>🙏🏽</p>
]]></description><link>https://community.notepad-plus-plus.org/post/86047</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/86047</guid><dc:creator><![CDATA[melanievt]]></dc:creator><pubDate>Mon, 01 May 2023 10:36:08 GMT</pubDate></item><item><title><![CDATA[Reply to How to batch remove all lines after the nth line? on Mon, 01 May 2023 09:47:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/melanievt" aria-label="Profile: melanievt">@<bdi>melanievt</bdi></a></p>
<p dir="auto">Find: <code>\A(?-s)(?:^.*\R){100}\K(?s).*</code><br />
Replace: nothing<br />
Search mode: Regular expression</p>
<p dir="auto">Suggest backing up all of your data before trying this.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/86045</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/86045</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 01 May 2023 09:47:39 GMT</pubDate></item></channel></rss>