<?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>[ t h e f r a g g l e . c o m ] &#187; stuff</title>
	<atom:link href="http://www.thefraggle.com/tag/stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thefraggle.com</link>
	<description>technology, photography and anything else that springs to mind.</description>
	<lastBuildDate>Tue, 13 Sep 2011 09:37:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>removing blank newlines using sed.</title>
		<link>http://www.thefraggle.com/2008/02/17/removing-blank-newlines-using-sed/</link>
		<comments>http://www.thefraggle.com/2008/02/17/removing-blank-newlines-using-sed/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 21:47:07 +0000</pubDate>
		<dc:creator>Chris Ganderton</dc:creator>
				<category><![CDATA[General Life]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[stuff]]></category>

		<guid isPermaLink="false">http://www.thefraggle.com/2008/02/17/removing-blank-newlines-using-sed/</guid>
		<description><![CDATA[Most people won&#8217;t find this paticularly useful, but as I&#8217;m prone to forget things: sed -e '/^$/d' will delete blank newlines from whatever it&#8217;s input is.]]></description>
			<content:encoded><![CDATA[<p>Most people won&#8217;t find this paticularly useful, but as I&#8217;m prone to forget things:</p>
<p><code>sed -e '/^$/d'</code></p>
<p>will delete blank newlines from whatever it&#8217;s input is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thefraggle.com/2008/02/17/removing-blank-newlines-using-sed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

