<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Remove comments and empty lines sed one-liner</title>
	<atom:link href="http://www.imped.net/2007/11/22/remove-comments-and-empty-lines-sed-one-liner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imped.net/2007/11/22/remove-comments-and-empty-lines-sed-one-liner/</link>
	<description>redirection of everyday life, by Ivan Savcic</description>
	<pubDate>Sun, 21 Mar 2010 17:03:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CypegyncCek</title>
		<link>http://www.imped.net/2007/11/22/remove-comments-and-empty-lines-sed-one-liner/comment-page-19/#comment-4351</link>
		<dc:creator>CypegyncCek</dc:creator>
		<pubDate>Thu, 01 Oct 2009 00:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.imped.net/2007/11/22/remove-comments-and-empty-lines-sed-one-liner/#comment-4351</guid>
		<description>&lt;a href="http://iphentermine.biz" rel="nofollow"&gt;phentermine&lt;/a&gt;
&lt;a href="http://iphentermine.biz" rel="nofollow"&gt;phentermine&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://iphentermine.biz" rel="nofollow">phentermine</a><br />
<a href="http://iphentermine.biz" rel="nofollow">phentermine</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.imped.net/2007/11/22/remove-comments-and-empty-lines-sed-one-liner/comment-page-5/#comment-1755</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 17 Jan 2009 19:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.imped.net/2007/11/22/remove-comments-and-empty-lines-sed-one-liner/#comment-1755</guid>
		<description>Thanks for the one-liner. This is exactly the thing I was looking for to help parse a hosts file.


sed -e 's/#.*//' -e 's/[ ^I]*$//g' -e '/^$/ d' -e 's/127.0.0.1  //g' -e '1,3d'</description>
		<content:encoded><![CDATA[<p>Thanks for the one-liner. This is exactly the thing I was looking for to help parse a hosts file.</p>
<p>sed -e &#8217;s/#.*//&#8217; -e &#8217;s/[ ^I]*$//g&#8217; -e &#8216;/^$/ d&#8217; -e &#8217;s/127.0.0.1  //g&#8217; -e &#8216;1,3d&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
