<?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: Useful Commands</title>
	<atom:link href="http://www.utahsysadmin.com/2007/01/25/useful-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.utahsysadmin.com/2007/01/25/useful-commands/</link>
	<description>Ramblings of a Utah System Administrator</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:01:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brandon Checketts</title>
		<link>http://www.utahsysadmin.com/2007/01/25/useful-commands/comment-page-1/#comment-2</link>
		<dc:creator>Brandon Checketts</dc:creator>
		<pubDate>Tue, 27 Mar 2007 21:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.utahsysadmin.com/2007/01/25/useful-commands/#comment-2</guid>
		<description>To get non-commented lines out of a file, you can also use:

grep -v &quot;^#&quot; filename</description>
		<content:encoded><![CDATA[<p>To get non-commented lines out of a file, you can also use:</p>
<p>grep -v &#8220;^#&#8221; filename</p>
]]></content:encoded>
	</item>
</channel>
</rss>

