<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: This is why I love linux #372</title>
	<atom:link href="http://mendicantbug.com/2008/11/18/this-is-why-i-love-linux-372/feed/" rel="self" type="application/rss+xml" />
	<link>http://mendicantbug.com/2008/11/18/this-is-why-i-love-linux-372/</link>
	<description>Wanderings into computational linguistics, science, social media and life...</description>
	<lastBuildDate>Mon, 23 Apr 2012 02:02:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jason Adams</title>
		<link>http://mendicantbug.com/2008/11/18/this-is-why-i-love-linux-372/#comment-1111</link>
		<dc:creator><![CDATA[Jason Adams]]></dc:creator>
		<pubDate>Wed, 19 Nov 2008 14:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://ealdent.wordpress.com/?p=886#comment-1111</guid>
		<description><![CDATA[Nice, thanks!]]></description>
		<content:encoded><![CDATA[<p>Nice, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew Smathers</title>
		<link>http://mendicantbug.com/2008/11/18/this-is-why-i-love-linux-372/#comment-1110</link>
		<dc:creator><![CDATA[Drew Smathers]]></dc:creator>
		<pubDate>Wed, 19 Nov 2008 13:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://ealdent.wordpress.com/?p=886#comment-1110</guid>
		<description><![CDATA[Tailing more than one file and grepping:

$ tail -f log1.log log2.log &#124; egrep &quot;log1.log&#124;log2.log&#124;WARN&#124;ERROR&quot;

Another thing about tail (that&#039;s often ignored) is that -f means to follow the file descriptor.  The implications of this is that when the file roles over, you stop getting output, if you want to follow by name:

$ tail --follow=name alog.log

Or for some versions of tail:

$ tail -F alog.log]]></description>
		<content:encoded><![CDATA[<p>Tailing more than one file and grepping:</p>
<p>$ tail -f log1.log log2.log | egrep &#8220;log1.log|log2.log|WARN|ERROR&#8221;</p>
<p>Another thing about tail (that&#8217;s often ignored) is that -f means to follow the file descriptor.  The implications of this is that when the file roles over, you stop getting output, if you want to follow by name:</p>
<p>$ tail &#8211;follow=name alog.log</p>
<p>Or for some versions of tail:</p>
<p>$ tail -F alog.log</p>
]]></content:encoded>
	</item>
</channel>
</rss>

