<?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: Install Watch Command on OS X</title>
	<atom:link href="http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Fri, 24 May 2013 05:38:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Sam Bowne</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-533731</link>
		<dc:creator>Sam Bowne</dc:creator>
		<pubDate>Fri, 29 Mar 2013 20:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-533731</guid>
		<description>On OS X 10.8.2, there is no /usr/local/bin directory.  Putting it in /usr/bin instead works.

Thanks for this!</description>
		<content:encoded><![CDATA[<p>On OS X 10.8.2, there is no /usr/local/bin directory.  Putting it in /usr/bin instead works.</p>
<p>Thanks for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-466197</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 18 Dec 2012 18:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-466197</guid>
		<description>Great little tech note, thanks!</description>
		<content:encoded><![CDATA[<p>Great little tech note, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeke</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-327497</link>
		<dc:creator>Zeke</dc:creator>
		<pubDate>Tue, 31 Jan 2012 23:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-327497</guid>
		<description>or you compile it yourself...


http://procps.sourceforge.net/procps-3.2.8.tar.gz
make watch PKG_LDFLAGS=-Wl

why the hassle? the precompiled binary is not working on legacy power pc systems...</description>
		<content:encoded><![CDATA[<p>or you compile it yourself&#8230;</p>
<p><a href="http://procps.sourceforge.net/procps-3.2.8.tar.gz" rel="nofollow">http://procps.sourceforge.net/procps-3.2.8.tar.gz</a><br />
make watch PKG_LDFLAGS=-Wl</p>
<p>why the hassle? the precompiled binary is not working on legacy power pc systems&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: braz</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-189996</link>
		<dc:creator>braz</dc:creator>
		<pubDate>Mon, 11 Apr 2011 08:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-189996</guid>
		<description>Very helpful, thanks. However, the install command does not appear to work for me. The directory is not recognized.</description>
		<content:encoded><![CDATA[<p>Very helpful, thanks. However, the install command does not appear to work for me. The directory is not recognized.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JDogg</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-164843</link>
		<dc:creator>JDogg</dc:creator>
		<pubDate>Mon, 24 Jan 2011 22:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-164843</guid>
		<description>Use single or double quotes to surround your watch command.

watch &quot;ls -hal &#124; grep something&quot;</description>
		<content:encoded><![CDATA[<p>Use single or double quotes to surround your watch command.</p>
<p>watch &#8220;ls -hal | grep something&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-164179</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 22 Jan 2011 13:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-164179</guid>
		<description>Am I mistaken or is there no possibility to use the pipe with this &#039;watch&#039;? I tried &quot;ls -hal &#124; grep something&quot; and it returned &quot;h &#124; grep command not found&quot;.</description>
		<content:encoded><![CDATA[<p>Am I mistaken or is there no possibility to use the pipe with this &#8216;watch&#8217;? I tried &#8220;ls -hal | grep something&#8221; and it returned &#8220;h | grep command not found&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting started with Heroku</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-146771</link>
		<dc:creator>Getting started with Heroku</dc:creator>
		<pubDate>Tue, 14 Dec 2010 18:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-146771</guid>
		<description>[...] useful when combined with the Unix watch command (if you&#8217;re on OS X, you may have to install it manually), which reruns the command periodically so you can see how things are changing in [...]</description>
		<content:encoded><![CDATA[<p>[...] useful when combined with the Unix watch command (if you&#8217;re on OS X, you may have to install it manually), which reruns the command periodically so you can see how things are changing in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-114064</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Mon, 06 Sep 2010 19:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-114064</guid>
		<description>ehh, download a file from somewhere you haven&#039;t even mentioned before in the post and make it executable, then run it. It&#039;s like the world&#039;s most straight forward virus. I know, it probably isn&#039;t, but one wouldn&#039;t know either way.

You&#039;d probably be safer with macports or fink.</description>
		<content:encoded><![CDATA[<p>ehh, download a file from somewhere you haven&#8217;t even mentioned before in the post and make it executable, then run it. It&#8217;s like the world&#8217;s most straight forward virus. I know, it probably isn&#8217;t, but one wouldn&#8217;t know either way.</p>
<p>You&#8217;d probably be safer with macports or fink.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy P. Ammeraal</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-111863</link>
		<dc:creator>Roy P. Ammeraal</dc:creator>
		<pubDate>Thu, 26 Aug 2010 16:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-111863</guid>
		<description>Fink provides `watch&#039; and a bunch of other useful command line utilities. See http://en.wikipedia.org/wiki/Fink and http://www.finkproject.org/</description>
		<content:encoded><![CDATA[<p>Fink provides `watch&#8217; and a bunch of other useful command line utilities. See <a href="http://en.wikipedia.org/wiki/Fink" rel="nofollow">http://en.wikipedia.org/wiki/Fink</a> and <a href="http://www.finkproject.org/" rel="nofollow">http://www.finkproject.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: up0</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-111814</link>
		<dc:creator>up0</dc:creator>
		<pubDate>Thu, 26 Aug 2010 05:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-111814</guid>
		<description>This is a life-saver!!! I&#039;ve been running mac and Linux all this time and even I didn&#039;t know about &#039;watch&#039;... I&#039;ve been looking for a real-time display app... something like htop/top but for other app on the shell.</description>
		<content:encoded><![CDATA[<p>This is a life-saver!!! I&#8217;ve been running mac and Linux all this time and even I didn&#8217;t know about &#8216;watch&#8217;&#8230; I&#8217;ve been looking for a real-time display app&#8230; something like htop/top but for other app on the shell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laJalame</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-111529</link>
		<dc:creator>laJalame</dc:creator>
		<pubDate>Mon, 23 Aug 2010 15:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-111529</guid>
		<description>sudo port install watch

 :-)</description>
		<content:encoded><![CDATA[<p>sudo port install watch</p>
<p> <img src='http://cdn.osxdaily.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nissan</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-111440</link>
		<dc:creator>nissan</dc:creator>
		<pubDate>Sun, 22 Aug 2010 19:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-111440</guid>
		<description>This is nice one.</description>
		<content:encoded><![CDATA[<p>This is nice one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Testie</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-111435</link>
		<dc:creator>Testie</dc:creator>
		<pubDate>Sun, 22 Aug 2010 19:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-111435</guid>
		<description>GeekTool?</description>
		<content:encoded><![CDATA[<p>GeekTool?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Szymanski</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-111419</link>
		<dc:creator>Mark Szymanski</dc:creator>
		<pubDate>Sun, 22 Aug 2010 15:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-111419</guid>
		<description>This would be perfect for using with GeekTool!</description>
		<content:encoded><![CDATA[<p>This would be perfect for using with GeekTool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://osxdaily.com/2010/08/22/install-watch-command-on-os-x/#comment-111403</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sun, 22 Aug 2010 13:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=5155#comment-111403</guid>
		<description>Thanks, very useful.</description>
		<content:encoded><![CDATA[<p>Thanks, very useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 347/348 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-23 23:31:31 -->