<?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: 3 Methods To View tail -f output of Multiple Log Files in One Terminal</title>
	<atom:link href="http://www.thegeekstuff.com/2009/09/multitail-to-view-tail-f-output-of-multiple-log-files-in-one-terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/09/multitail-to-view-tail-f-output-of-multiple-log-files-in-one-terminal/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Fri, 12 Mar 2010 16:44:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: matej</title>
		<link>http://www.thegeekstuff.com/2009/09/multitail-to-view-tail-f-output-of-multiple-log-files-in-one-terminal/comment-page-1/#comment-34224</link>
		<dc:creator>matej</dc:creator>
		<pubDate>Fri, 12 Feb 2010 18:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=1877#comment-34224</guid>
		<description>multi-tail.sh script doesn&#039;t kill tails in the background on my system (debian).</description>
		<content:encoded><![CDATA[<p>multi-tail.sh script doesn&#8217;t kill tails in the background on my system (debian).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unix Less Command: 10 Tips for Effective Navigation</title>
		<link>http://www.thegeekstuff.com/2009/09/multitail-to-view-tail-f-output-of-multiple-log-files-in-one-terminal/comment-page-1/#comment-32290</link>
		<dc:creator>Unix Less Command: 10 Tips for Effective Navigation</dc:creator>
		<pubDate>Wed, 03 Feb 2010 06:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=1877#comment-32290</guid>
		<description>[...] Also, refer to our earlier article about how to view multiple logs files using tail -f. [...]</description>
		<content:encoded><![CDATA[<p>[...] Also, refer to our earlier article about how to view multiple logs files using tail -f. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ikon</title>
		<link>http://www.thegeekstuff.com/2009/09/multitail-to-view-tail-f-output-of-multiple-log-files-in-one-terminal/comment-page-1/#comment-31882</link>
		<dc:creator>Ikon</dc:creator>
		<pubDate>Mon, 01 Feb 2010 09:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=1877#comment-31882</guid>
		<description>I use Terminator: https://launchpad.net/terminator</description>
		<content:encoded><![CDATA[<p>I use Terminator: <a href="https://launchpad.net/terminator" rel="nofollow">https://launchpad.net/terminator</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Ultimate Wget Download Guide With 15 Awesome Examples</title>
		<link>http://www.thegeekstuff.com/2009/09/multitail-to-view-tail-f-output-of-multiple-log-files-in-one-terminal/comment-page-1/#comment-18148</link>
		<dc:creator>The Ultimate Wget Download Guide With 15 Awesome Examples</dc:creator>
		<pubDate>Wed, 30 Sep 2009 06:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=1877#comment-18148</guid>
		<description>[...] make sure to review our previous multitail article on how to use tail command effectively to view multiple [...]</description>
		<content:encoded><![CDATA[<p>[...] make sure to review our previous multitail article on how to use tail command effectively to view multiple [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://www.thegeekstuff.com/2009/09/multitail-to-view-tail-f-output-of-multiple-log-files-in-one-terminal/comment-page-1/#comment-17304</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Sun, 13 Sep 2009 05:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=1877#comment-17304</guid>
		<description>Tips on how to do this with screen?</description>
		<content:encoded><![CDATA[<p>Tips on how to do this with screen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh Natarajan</title>
		<link>http://www.thegeekstuff.com/2009/09/multitail-to-view-tail-f-output-of-multiple-log-files-in-one-terminal/comment-page-1/#comment-17215</link>
		<dc:creator>Ramesh Natarajan</dc:creator>
		<pubDate>Fri, 11 Sep 2009 05:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=1877#comment-17215</guid>
		<description>@Sergray,

Thanks for your feedback about using grep and sed along with tail -f.

@Dmitry, @Randy,

I agree with you that screen is also another effecient way to view multiple log files on one terminal

@Praveen,

Thanks for sharing your tips. Running tail -f in the background may be OK for two files. Anything more than that, it may get little confusing. 

@Daniel,

Thanks for catching the typo. It&#039;s fixed now.

@Emmierich,

Thanks for pointing out the we can view multi files without give -f after each and every file.

@Diptanu,

I&#039;m glad you found this article helpful.</description>
		<content:encoded><![CDATA[<p>@Sergray,</p>
<p>Thanks for your feedback about using grep and sed along with tail -f.</p>
<p>@Dmitry, @Randy,</p>
<p>I agree with you that screen is also another effecient way to view multiple log files on one terminal</p>
<p>@Praveen,</p>
<p>Thanks for sharing your tips. Running tail -f in the background may be OK for two files. Anything more than that, it may get little confusing. </p>
<p>@Daniel,</p>
<p>Thanks for catching the typo. It&#8217;s fixed now.</p>
<p>@Emmierich,</p>
<p>Thanks for pointing out the we can view multi files without give -f after each and every file.</p>
<p>@Diptanu,</p>
<p>I&#8217;m glad you found this article helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emmerich</title>
		<link>http://www.thegeekstuff.com/2009/09/multitail-to-view-tail-f-output-of-multiple-log-files-in-one-terminal/comment-page-1/#comment-17203</link>
		<dc:creator>emmerich</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=1877#comment-17203</guid>
		<description>I do the following …

tail -f filename1 filename2 &amp;
or 
tail -f filename1 filename2

there one can see from which file the message comes.

==&gt;filename1  filename2  &lt;==
..
..</description>
		<content:encoded><![CDATA[<p>I do the following …</p>
<p>tail -f filename1 filename2 &amp;<br />
or<br />
tail -f filename1 filename2</p>
<p>there one can see from which file the message comes.</p>
<p>==&gt;filename1  filename2  &lt;==<br />
..<br />
..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.thegeekstuff.com/2009/09/multitail-to-view-tail-f-output-of-multiple-log-files-in-one-terminal/comment-page-1/#comment-17146</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 09 Sep 2009 16:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=1877#comment-17146</guid>
		<description>Typo alert!

&quot;
...

(or)

$ mutitail error_log access_log
&quot;
should be

&quot;
...

(or)

$ multitail error_log access_log</description>
		<content:encoded><![CDATA[<p>Typo alert!</p>
<p>&#8221;<br />
&#8230;</p>
<p>(or)</p>
<p>$ mutitail error_log access_log<br />
&#8221;<br />
should be</p>
<p>&#8221;<br />
&#8230;</p>
<p>(or)</p>
<p>$ multitail error_log access_log</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diptanu</title>
		<link>http://www.thegeekstuff.com/2009/09/multitail-to-view-tail-f-output-of-multiple-log-files-in-one-terminal/comment-page-1/#comment-17142</link>
		<dc:creator>diptanu</dc:creator>
		<pubDate>Wed, 09 Sep 2009 14:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=1877#comment-17142</guid>
		<description>excellent article....

Thanks alot</description>
		<content:encoded><![CDATA[<p>excellent article&#8230;.</p>
<p>Thanks alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://www.thegeekstuff.com/2009/09/multitail-to-view-tail-f-output-of-multiple-log-files-in-one-terminal/comment-page-1/#comment-17138</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Wed, 09 Sep 2009 14:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=1877#comment-17138</guid>
		<description>Awesome, I wasn&#039;t aware that &quot;multitail&quot; existed until now.  

I would have guessed you were going to also mention the &quot;screen&quot; command here also... :)</description>
		<content:encoded><![CDATA[<p>Awesome, I wasn&#8217;t aware that &#8220;multitail&#8221; existed until now.  </p>
<p>I would have guessed you were going to also mention the &#8220;screen&#8221; command here also&#8230; <img src='http://www.thegeekstuff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
