<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Checking For Duplicated Processes In Korn Shell</title>
	<atom:link href="http://nanotaboada.wordpress.com/2008/02/20/checking-for-duplicated-processes-in-korn-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://nanotaboada.wordpress.com/2008/02/20/checking-for-duplicated-processes-in-korn-shell/</link>
	<description>"Where love rules, there is no will to power." — Carl Gustav Jung</description>
	<lastBuildDate>Thu, 22 Oct 2009 16:52:00 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nano Taboada</title>
		<link>http://nanotaboada.wordpress.com/2008/02/20/checking-for-duplicated-processes-in-korn-shell/#comment-753</link>
		<dc:creator>Nano Taboada</dc:creator>
		<pubDate>Sat, 23 Feb 2008 21:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://nanotaboada.wordpress.com/?p=162#comment-753</guid>
		<description>Thanks for your comment chubbs! I&#039;m modifying the original code in the post to include your suggestion! :)</description>
		<content:encoded><![CDATA[<p>Thanks for your comment chubbs! I&#8217;m modifying the original code in the post to include your suggestion! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chubbs</title>
		<link>http://nanotaboada.wordpress.com/2008/02/20/checking-for-duplicated-processes-in-korn-shell/#comment-752</link>
		<dc:creator>chubbs</dc:creator>
		<pubDate>Thu, 21 Feb 2008 23:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://nanotaboada.wordpress.com/?p=162#comment-752</guid>
		<description>perhaps you should check it like so:

...
if [ $(pgrep -u $USER -f $theProcess &#124; wc -l) -gt 0 ]
...

just in case</description>
		<content:encoded><![CDATA[<p>perhaps you should check it like so:</p>
<p>&#8230;<br />
if [ $(pgrep -u $USER -f $theProcess | wc -l) -gt 0 ]<br />
&#8230;</p>
<p>just in case</p>
]]></content:encoded>
	</item>
</channel>
</rss>
