<?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: Watch Multiple Logs in a Single Terminal</title>
	<atom:link href="http://blog.smartlogicsolutions.com/2008/11/12/watch-multiple-logs-in-a-single-terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartlogicsolutions.com/2008/11/12/watch-multiple-logs-in-a-single-terminal/</link>
	<description>News and updates from the people at SmartLogic Solutions</description>
	<lastBuildDate>Sat, 17 Dec 2011 12:57:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nick Gauthier</title>
		<link>http://blog.smartlogicsolutions.com/2008/11/12/watch-multiple-logs-in-a-single-terminal/comment-page-1/#comment-4806</link>
		<dc:creator>Nick Gauthier</dc:creator>
		<pubDate>Mon, 11 Oct 2010 02:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=363#comment-4806</guid>
		<description>Hey Erik,

Yep, this post is pretty dated and it&#039;s a pretty poor way of doing the task. As Dan pointed out GNU screen is a great utility, and like you pointed out I can do it with watch.

In my script I also failed to use optparse for options. Really, it just goes to show how much you hate your own code after a while :-D

-Nick</description>
		<content:encoded><![CDATA[<p>Hey Erik,</p>
<p>Yep, this post is pretty dated and it&#8217;s a pretty poor way of doing the task. As Dan pointed out GNU screen is a great utility, and like you pointed out I can do it with watch.</p>
<p>In my script I also failed to use optparse for options. Really, it just goes to show how much you hate your own code after a while :-D</p>
<p>-Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Johnson</title>
		<link>http://blog.smartlogicsolutions.com/2008/11/12/watch-multiple-logs-in-a-single-terminal/comment-page-1/#comment-4805</link>
		<dc:creator>Erik Johnson</dc:creator>
		<pubDate>Mon, 11 Oct 2010 02:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=363#comment-4805</guid>
		<description>It is not true that you MUST run the command 4 times.  If you always want to watch the same four logs on the same four hosts, you can quite easily automate this.  With a bit more scripting magic you an create a utility which will automate watching an arbitrary set of logs.  You might also want to check out the standard UNIX command &#039;watch&#039;.  Lastly, I would encourage you to read about named pipes.</description>
		<content:encoded><![CDATA[<p>It is not true that you MUST run the command 4 times.  If you always want to watch the same four logs on the same four hosts, you can quite easily automate this.  With a bit more scripting magic you an create a utility which will automate watching an arbitrary set of logs.  You might also want to check out the standard UNIX command &#8216;watch&#8217;.  Lastly, I would encourage you to read about named pipes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Gauthier</title>
		<link>http://blog.smartlogicsolutions.com/2008/11/12/watch-multiple-logs-in-a-single-terminal/comment-page-1/#comment-544</link>
		<dc:creator>Nick Gauthier</dc:creator>
		<pubDate>Wed, 12 Nov 2008 17:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=363#comment-544</guid>
		<description>Hey Nicholas,

I love screen, but it still requires you to run the command 4 times instead of just one command, and it requires a lot more keystrokes to set up.

This way lets you change quickly which files you&#039;re accessing by just typing them in the command.

Also to pre-empt another expected comment, yes I know about tail -f.</description>
		<content:encoded><![CDATA[<p>Hey Nicholas,</p>
<p>I love screen, but it still requires you to run the command 4 times instead of just one command, and it requires a lot more keystrokes to set up.</p>
<p>This way lets you change quickly which files you&#8217;re accessing by just typing them in the command.</p>
<p>Also to pre-empt another expected comment, yes I know about tail -f.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicholas a. evans</title>
		<link>http://blog.smartlogicsolutions.com/2008/11/12/watch-multiple-logs-in-a-single-terminal/comment-page-1/#comment-543</link>
		<dc:creator>nicholas a. evans</dc:creator>
		<pubDate>Wed, 12 Nov 2008 17:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=363#comment-543</guid>
		<description>You should definitely check out GNU Screen.  It&#039;s documentation is a bit difficult to wade through, but this would be a good use case for using split windows within screen.  (and besides that, screen is an essential part of any frequent terminal user&#039;s toolkit.)</description>
		<content:encoded><![CDATA[<p>You should definitely check out GNU Screen.  It&#8217;s documentation is a bit difficult to wade through, but this would be a good use case for using split windows within screen.  (and besides that, screen is an essential part of any frequent terminal user&#8217;s toolkit.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

