<?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[Splitting or Breaking one file into multiple smaller ones]]></title><description><![CDATA[<p dir="auto">I need to split my notepad++ file of around 30,000 records into multiple smaller size files. Is there a way to do that in Notepad++? Please help me out with this.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/12370/splitting-or-breaking-one-file-into-multiple-smaller-ones</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 14:37:57 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/12370.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 15 Sep 2016 20:58:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Splitting or Breaking one file into multiple smaller ones on Thu, 15 Sep 2016 21:15:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nithin-gopal-doddamane" aria-label="Profile: Nithin-Gopal-Doddamane">@<bdi>Nithin-Gopal-Doddamane</bdi></a></p>
<p dir="auto">Not really an editor task. If you know a scripting language like AWK, PERL, Python, etc. you should use it.</p>
<p dir="auto">If you want N lines in each small file you can:</p>
<p dir="auto">&lt;Ctrl&gt;+G then enter the number N+1<br />
&lt;Ctrl&gt;+&lt;Shift&gt;+&lt;Home&gt;<br />
&lt;Ctrl&gt;+X to cut the first N lines from the big file<br />
&lt;Ctrl&gt;+N to open a new file<br />
&lt;Ctrl&gt;+V to paste the cut lines into the new file<br />
Then save the new file.<br />
&lt;Ctrl&gt;+&lt;Tab&gt; to switch back to the “big” file.<br />
Repeat until done.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17929</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17929</guid><dc:creator><![CDATA[Jim Dailey]]></dc:creator><pubDate>Thu, 15 Sep 2016 21:15:53 GMT</pubDate></item></channel></rss>