<?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: Continuously watch a text file in UNIX</title>
	<atom:link href="http://www.tech-recipes.com/rx/41/continuously-watch-a-text-file-in-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/41/continuously-watch-a-text-file-in-unix/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 16:14:40 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: qmchenry</title>
		<link>http://www.tech-recipes.com/rx/41/continuously-watch-a-text-file-in-unix/comment-page-1/#comment-15</link>
		<dc:creator>qmchenry</dc:creator>
		<pubDate>Mon, 27 Oct 2003 19:36:28 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-15</guid>
		<description>Thank you for catching this and bringing to my attention.  I fixed the recipe.  Good catch!</description>
		<content:encoded><![CDATA[<p>Thank you for catching this and bringing to my attention.  I fixed the recipe.  Good catch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/41/continuously-watch-a-text-file-in-unix/comment-page-1/#comment-12</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 26 Oct 2003 21:39:19 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12</guid>
		<description>You missed a /

tail -f /var/log messages        should read
tail -f /var/log/messages</description>
		<content:encoded><![CDATA[<p>You missed a /</p>
<p>tail -f /var/log messages        should read<br />
tail -f /var/log/messages</p>
]]></content:encoded>
	</item>
</channel>
</rss>
