<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Developer OneNote &#187; Notepad++</title>
	<atom:link href="http://devonenote.com/tag/notepad/feed/" rel="self" type="application/rss+xml" />
	<link>http://devonenote.com</link>
	<description>Emma&#039;s OneNote for Microsoft Windows, Office and Programming</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:19:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Delete blank lines from text file</title>
		<link>http://devonenote.com/2010/03/delete-blank-lines-from-text-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=delete-blank-lines-from-text-file</link>
		<comments>http://devonenote.com/2010/03/delete-blank-lines-from-text-file/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 16:11:04 +0000</pubDate>
		<dc:creator>emma</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://devonenote.com/2010/03/delete-blank-lines-from-text-file/</guid>
		<description><![CDATA[This note is for a few quick ways to delete all blank lines from a text file. sed &#8216;/^$/d&#8217; file &#62; file_new grep -v &#34;^$&#34; file &#62; file_new (This is for Notepad++ users) Select all text (shortcut Ctrl+A) and then &#8230; <a href="http://devonenote.com/2010/03/delete-blank-lines-from-text-file/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/delete-windows-old/' rel='bookmark' title='Delete windows.old'>Delete windows.old</a></li>
<li><a href='http://devonenote.com/2010/01/find-computer-owner/' rel='bookmark' title='Find Computer Owner'>Find Computer Owner</a></li>
<li><a href='http://devonenote.com/2010/01/nice-win7-shortcut-key-combinations/' rel='bookmark' title='Nice Win7 shortcut key combinations'>Nice Win7 shortcut key combinations</a></li>
<li><a href='http://devonenote.com/2010/01/recover-deleted-mail-in-outlook/' rel='bookmark' title='Recover deleted mail in outlook'>Recover deleted mail in outlook</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This note is for a few quick ways to delete all blank lines from a text file.</p>
<ol>
<li>sed &#8216;/^$/d&#8217; file &gt; file_new </li>
<li>grep -v &quot;^$&quot; file &gt; file_new </li>
<li>(This is for Notepad++ users) Select all text (shortcut Ctrl+A) and then click Menu TextFX -&gt; TextFX Edit -&gt; Delete Blank Lines </li>
</ol>
<p><a href="http://devonenote.com/wp-content/uploads/2010/03/image14.png"><img style="border-right-width: 0px; margin: 0px auto; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="delete blank lines in notepad++" src="http://devonenote.com/wp-content/uploads/2010/03/image_thumb15.png" width="560" height="273" /></a></p>
<p>Related posts:<ol>
<li><a href='http://devonenote.com/2010/04/delete-windows-old/' rel='bookmark' title='Delete windows.old'>Delete windows.old</a></li>
<li><a href='http://devonenote.com/2010/01/find-computer-owner/' rel='bookmark' title='Find Computer Owner'>Find Computer Owner</a></li>
<li><a href='http://devonenote.com/2010/01/nice-win7-shortcut-key-combinations/' rel='bookmark' title='Nice Win7 shortcut key combinations'>Nice Win7 shortcut key combinations</a></li>
<li><a href='http://devonenote.com/2010/01/recover-deleted-mail-in-outlook/' rel='bookmark' title='Recover deleted mail in outlook'>Recover deleted mail in outlook</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://devonenote.com/2010/03/delete-blank-lines-from-text-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

