<?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: Find a PID with ps + awk</title>
	<atom:link href="http://www.larsen-b.com/Article/181.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/181.html</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 02 Jul 2018 13:54:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: gwenn</title>
		<link>http://www.larsen-b.com/Article/181.html/comment-page-1#comment-773</link>
		<dc:creator>gwenn</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-773</guid>
		<description><![CDATA[&lt;p&gt;There&#039;s the pidof command too :&lt;/p&gt;
&lt;pre class=&quot;literal-block&quot;&gt;
$ pidof ssh
26304 23541 18200
&lt;/pre&gt;
]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s the pidof command too :</p>
<pre class="literal-block">
$ pidof ssh
26304 23541 18200
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/181.html/comment-page-1#comment-774</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-774</guid>
		<description><![CDATA[I don&#039;t remember exactly why, but last time, pidof doesn&#039;t work for me. and awk does .. Anyway, this can be a quick awk introduction]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t remember exactly why, but last time, pidof doesn&#8217;t work for me. and awk does .. Anyway, this can be a quick awk introduction</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/181.html/comment-page-1#comment-775</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-775</guid>
		<description><![CDATA[Somebody tells me that pidof isn&#039;t portable too .. :)]]></description>
		<content:encoded><![CDATA[<p>Somebody tells me that pidof isn&#8217;t portable too .. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.larsen-b.com/Article/181.html/comment-page-1#comment-776</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-776</guid>
		<description><![CDATA[&lt;p&gt;pidof is only valid in Linux and maybe not every distro.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>pidof is only valid in Linux and maybe not every distro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: btisdall</title>
		<link>http://www.larsen-b.com/Article/181.html/comment-page-1#comment-777</link>
		<dc:creator>btisdall</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-777</guid>
		<description><![CDATA[&lt;p&gt;not forgetting pgrep...&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>not forgetting pgrep&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kpd</title>
		<link>http://www.larsen-b.com/Article/181.html/comment-page-1#comment-778</link>
		<dc:creator>kpd</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-778</guid>
		<description><![CDATA[&lt;p&gt;Cool.  Thanks.  It&#039;s been on my when I get around to it list for a long time.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Cool.  Thanks.  It&#8217;s been on my when I get around to it list for a long time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
