<?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>SmashTech &#187; config</title>
	<atom:link href="http://smashtech.net/tag/config/feed/" rel="self" type="application/rss+xml" />
	<link>http://smashtech.net</link>
	<description>Did you buy a harmonica?</description>
	<lastBuildDate>Sun, 19 Feb 2012 23:09:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Strip Comments from Config Files</title>
		<link>http://smashtech.net/2008/11/28/strip-comments-from-config-files/</link>
		<comments>http://smashtech.net/2008/11/28/strip-comments-from-config-files/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 14:01:45 +0000</pubDate>
		<dc:creator>Jim Olding</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[grep]]></category>

		<guid isPermaLink="false">http://smashtech.net/?p=163</guid>
		<description><![CDATA[Having comments in your config files is a good thing. However, many of the &#8216;stock&#8217; config files come with loads of comment lines in them, and eventually you&#8217;ll want to get rid of them all without having to completely rewrite the file or manually remove them.  This command will do that: grep -v &#8220;^#&#8221; configfile.conf [...]]]></description>
		<wfw:commentRss>http://smashtech.net/2008/11/28/strip-comments-from-config-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

