<?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>
	<lastBuildDate>Wed, 14 Dec 2011 12:23:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: FoemomoBlelug</title>
		<link>http://www.imped.net/2007/11/22/remove-comments-and-empty-lines-sed-one-liner/comment-page-1/#comment-13761</link>
		<dc:creator>FoemomoBlelug</dc:creator>
		<pubDate>Fri, 29 Apr 2011 01:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.imped.net/2007/11/22/remove-comments-and-empty-lines-sed-one-liner/#comment-13761</guid>
		<description>&lt;a href=&quot;http://bit.ly/strideritecoupons&quot; rel=&quot;nofollow&quot;&gt;stride rite coupons&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://bit.ly/strideritecoupons" rel="nofollow">stride rite coupons</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-1/#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 &#039;s/#.*//&#039; -e &#039;s/[ ^I]*$//g&#039; -e &#039;/^$/ d&#039; -e &#039;s/127.0.0.1  //g&#039; -e &#039;1,3d&#039;</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 &#8216;s/#.*//&#8217; -e &#8216;s/[ ^I]*$//g&#8217; -e &#8216;/^$/ d&#8217; -e &#8216;s/127.0.0.1  //g&#8217; -e &#8217;1,3d&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

