
<?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 &#8211; A Useful Linux Command You May Have Never Heard Of</title>
	<atom:link href="http://beerpla.net/2007/08/04/watch-a-useful-linux-command-you-may-have-never-heard-of/feed/" rel="self" type="application/rss+xml" />
	<link>http://beerpla.net/2007/08/04/watch-a-useful-linux-command-you-may-have-never-heard-of/</link>
	<description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description>
	<lastBuildDate>Wed, 17 Mar 2010 17:17:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Spyros</title>
		<link>http://beerpla.net/2007/08/04/watch-a-useful-linux-command-you-may-have-never-heard-of/#comment-25363</link>
		<dc:creator>Spyros</dc:creator>
		<pubDate>Fri, 16 Oct 2009 07:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2007/08/04/watch-a-useful-linux-command-you-may-have-never-heard-of/#comment-25363</guid>
		<description>Actually i have heard of the command but i must admit that i have really used it :) Nice post, though !</description>
		<content:encoded><![CDATA[<p>Actually i have heard of the command but i must admit that i have really used it <img src='http://beerpla.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Nice post, though !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YB</title>
		<link>http://beerpla.net/2007/08/04/watch-a-useful-linux-command-you-may-have-never-heard-of/#comment-13778</link>
		<dc:creator>YB</dc:creator>
		<pubDate>Thu, 26 Feb 2009 14:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2007/08/04/watch-a-useful-linux-command-you-may-have-never-heard-of/#comment-13778</guid>
		<description>Thanks, Guy!
I was looking for a way to watch a certain part of a long output and your tailpipe solution was perfect!</description>
		<content:encoded><![CDATA[<p>Thanks, Guy!<br />
I was looking for a way to watch a certain part of a long output and your tailpipe solution was perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://beerpla.net/2007/08/04/watch-a-useful-linux-command-you-may-have-never-heard-of/#comment-7475</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Mon, 22 Sep 2008 10:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2007/08/04/watch-a-useful-linux-command-you-may-have-never-heard-of/#comment-7475</guid>
		<description>Artem,
Just pipe it out to the tail function, try this:

watch -d &#039;ls -l /usr/bin &#124; tail -n 50&#039;

Works quite well.  Now if it could only take an action when something changed, i.e., move files in a directory when we found changes to a directory.</description>
		<content:encoded><![CDATA[<p>Artem,<br />
Just pipe it out to the tail function, try this:</p>
<p>watch -d &#039;ls -l /usr/bin | tail -n 50&#039;</p>
<p>Works quite well.  Now if it could only take an action when something changed, i.e., move files in a directory when we found changes to a directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2007/08/04/watch-a-useful-linux-command-you-may-have-never-heard-of/#comment-5657</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Thu, 24 Jul 2008 17:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2007/08/04/watch-a-useful-linux-command-you-may-have-never-heard-of/#comment-5657</guid>
		<description>Carlos, what I mean is, if you are trying to watch a long directory listing that doesn&#039;t fit the screen, screen would show you the top output of &#039;ls&#039; for example, not the bottom.</description>
		<content:encoded><![CDATA[<p>Carlos, what I mean is, if you are trying to watch a long directory listing that doesn&#039;t fit the screen, screen would show you the top output of &#039;ls&#039; for example, not the bottom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos from Philly</title>
		<link>http://beerpla.net/2007/08/04/watch-a-useful-linux-command-you-may-have-never-heard-of/#comment-5655</link>
		<dc:creator>Carlos from Philly</dc:creator>
		<pubDate>Thu, 24 Jul 2008 13:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/2007/08/04/watch-a-useful-linux-command-you-may-have-never-heard-of/#comment-5655</guid>
		<description>Not sure what you mean by:
&quot;Now if anyone knows how to make watch print the bottom part of the command output rather than the top, please post a comment.&quot;
But using the --no-title option eliminates the:
Every 5.0s: ls   Thu Jul 24 09:53:45 2008
portion of the output, giving you only the result of the stuff in your quotes (at the specified interval and maintaining the specified options, of course).</description>
		<content:encoded><![CDATA[<p>Not sure what you mean by:<br />
&#034;Now if anyone knows how to make watch print the bottom part of the command output rather than the top, please post a comment.&#034;<br />
But using the &#8211;no-title option eliminates the:<br />
Every 5.0s: ls   Thu Jul 24 09:53:45 2008<br />
portion of the output, giving you only the result of the stuff in your quotes (at the specified interval and maintaining the specified options, of course).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
