<?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: How to get PID of a process by name in bash script</title>
	<atom:link href="http://www.techpulp.com/blog/2008/12/how-to-get-pid-of-process-by-name-in-bash-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techpulp.com/blog/2008/12/how-to-get-pid-of-process-by-name-in-bash-script/</link>
	<description>The pulp of technology</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:42:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Rami</title>
		<link>http://www.techpulp.com/blog/2008/12/how-to-get-pid-of-process-by-name-in-bash-script/#comment-207</link>
		<dc:creator>Rami</dc:creator>
		<pubDate>Fri, 30 Sep 2011 22:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://techpulp.com/?p=440#comment-207</guid>
		<description>what about pgrep?</description>
		<content:encoded><![CDATA[<p>what about pgrep?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.techpulp.com/blog/2008/12/how-to-get-pid-of-process-by-name-in-bash-script/#comment-26</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 26 May 2010 09:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://techpulp.com/?p=440#comment-26</guid>
		<description>Very nice article, this helped me greatly in writing a test script for a network emulator (many asynchronous processes). pidof didn&#039;t work for me the way I needed to use it, and the line you provided was exactly what I needed. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Very nice article, this helped me greatly in writing a test script for a network emulator (many asynchronous processes). pidof didn&#8217;t work for me the way I needed to use it, and the line you provided was exactly what I needed. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rush (Tonop) Online</title>
		<link>http://www.techpulp.com/blog/2008/12/how-to-get-pid-of-process-by-name-in-bash-script/#comment-25</link>
		<dc:creator>Rush (Tonop) Online</dc:creator>
		<pubDate>Sun, 01 Nov 2009 15:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://techpulp.com/?p=440#comment-25</guid>
		<description>also you can use:
# pidof

&quot;pidof&quot; program doesnt need to be on all unixes, but really most of all has it (SysV compatibility need it).</description>
		<content:encoded><![CDATA[<p>also you can use:<br />
# pidof</p>
<p>&#8220;pidof&#8221; program doesnt need to be on all unixes, but really most of all has it (SysV compatibility need it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Burton</title>
		<link>http://www.techpulp.com/blog/2008/12/how-to-get-pid-of-process-by-name-in-bash-script/#comment-24</link>
		<dc:creator>Burton</dc:creator>
		<pubDate>Wed, 15 Apr 2009 02:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://techpulp.com/?p=440#comment-24</guid>
		<description>good article , thanks for sharing the article!</description>
		<content:encoded><![CDATA[<p>good article , thanks for sharing the article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

