<?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[can I just load first few lines using notepad++?]]></title><description><![CDATA[<p dir="auto">just like header command in linux</p>
<pre><code>$header 10 largefile.txt
</code></pre>
<p dir="auto">I only want to load first 10 lines into notepad++</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22470/can-i-just-load-first-few-lines-using-notepad</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 16:54:51 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22470.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 31 Jan 2022 21:39:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to can I just load first few lines using notepad++? on Mon, 31 Jan 2022 21:47:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/oa-klk" aria-label="Profile: oa-klk">@<bdi>oa-klk</bdi></a> ,</p>
<p dir="auto">Notepad++ is a text editor.  It edits the whole text file.</p>
<p dir="auto">There is no linux command <code>header</code>.  The actual command is <code>head</code>, and it only <em>displays</em> a part of a file, not edits the file.  Notepad++ is for editing, not just for displaying to the console.</p>
<p dir="auto">If all you want is to keep just the first 10 lines in your file, then delete everything else and save (!!!but then the original file will be overwritten with just the 10 lines, and nothing else!!!).</p>
<p dir="auto">If all you care about editing is in the first 10 lines, then just load the whole file and only edit those first 10 lines.  If it really bothers you to see the other lines, you can select the lines you want to hide, and then hit View &gt; Hide Lines (or Alt+H)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73540</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73540</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 31 Jan 2022 21:47:54 GMT</pubDate></item></channel></rss>