<?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: View compressed log files easily</title>
	<atom:link href="http://dancingpenguinsoflight.com/2007/10/view-compressed-log-files-easily/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancingpenguinsoflight.com/2007/10/view-compressed-log-files-easily/</link>
	<description></description>
	<lastBuildDate>Sat, 19 May 2012 07:40:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Samuel Huckins</title>
		<link>http://dancingpenguinsoflight.com/2007/10/view-compressed-log-files-easily/comment-page-1/#comment-513</link>
		<dc:creator>Samuel Huckins</dc:creator>
		<pubDate>Wed, 28 Jan 2009 16:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/2007/10/30/view-compressed-log-files-easily/#comment-513</guid>
		<description>Those are totally awesome! I had no idea. That makes a lot of tasks easier. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Those are totally awesome! I had no idea. That makes a lot of tasks easier. Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: megacd</title>
		<link>http://dancingpenguinsoflight.com/2007/10/view-compressed-log-files-easily/comment-page-1/#comment-512</link>
		<dc:creator>megacd</dc:creator>
		<pubDate>Wed, 28 Jan 2009 16:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/2007/10/30/view-compressed-log-files-easily/#comment-512</guid>
		<description>Hello,

zcat &#124; less can be replaced by zless. Some commands can work directly with compressed files :
zcat
zless
zgrep
zegrep
zdiff
zmore

For zgrep and zegrep, no need to do zcat my_file.gz &#124; grep, do directly zgrep my_file.gz (the same thing with cat &#124; grep and grep directly).</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>zcat | less can be replaced by zless. Some commands can work directly with compressed files :<br />
zcat<br />
zless<br />
zgrep<br />
zegrep<br />
zdiff<br />
zmore</p>
<p>For zgrep and zegrep, no need to do zcat my_file.gz | grep, do directly zgrep my_file.gz (the same thing with cat | grep and grep directly).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

