<?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: Loop Kill Mutiple PID On Bourne Shell</title>
	<atom:link href="http://www.sysadmindayph.com/blog/loop-kill-mutiple-pid-on-bourne-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sysadmindayph.com/blog/loop-kill-mutiple-pid-on-bourne-shell/</link>
	<description>SysAdmin Blog, TechTips and Reviews</description>
	<lastBuildDate>Sun, 29 Aug 2010 18:52:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jack</title>
		<link>http://www.sysadmindayph.com/blog/loop-kill-mutiple-pid-on-bourne-shell/comment-page-1/#comment-28</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Thu, 11 Oct 2007 06:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/loop-kill-mutiple-pid-on-bourne-shell/#comment-28</guid>
		<description>geeez, you guys are all correct... 

xargs is sooo true... pkill is not for everyone, well at least for solaris 2.6 and below, and kill -9 is indeed not for kids.</description>
		<content:encoded><![CDATA[<p>geeez, you guys are all correct&#8230; </p>
<p>xargs is sooo true&#8230; pkill is not for everyone, well at least for solaris 2.6 and below, and kill -9 is indeed not for kids.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon S Allbery KF8NH</title>
		<link>http://www.sysadmindayph.com/blog/loop-kill-mutiple-pid-on-bourne-shell/comment-page-1/#comment-26</link>
		<dc:creator>Brandon S Allbery KF8NH</dc:creator>
		<pubDate>Sun, 07 Oct 2007 20:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/loop-kill-mutiple-pid-on-bourne-shell/#comment-26</guid>
		<description>kill -9 $(ps -unobody -opid &#124; sed 1d)
...except I&#039;d *never* script a kill -9 without massive amounts of sanity and error checking.</description>
		<content:encoded><![CDATA[<p>kill -9 $(ps -unobody -opid | sed 1d)<br />
&#8230;except I&#8217;d *never* script a kill -9 without massive amounts of sanity and error checking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.sysadmindayph.com/blog/loop-kill-mutiple-pid-on-bourne-shell/comment-page-1/#comment-25</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sun, 07 Oct 2007 19:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/loop-kill-mutiple-pid-on-bourne-shell/#comment-25</guid>
		<description>*cough* *cough*

pkill -9 nobody</description>
		<content:encoded><![CDATA[<p>*cough* *cough*</p>
<p>pkill -9 nobody</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe O'Brien</title>
		<link>http://www.sysadmindayph.com/blog/loop-kill-mutiple-pid-on-bourne-shell/comment-page-1/#comment-24</link>
		<dc:creator>Joe O'Brien</dc:creator>
		<pubDate>Sun, 07 Oct 2007 19:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/loop-kill-mutiple-pid-on-bourne-shell/#comment-24</guid>
		<description>You don&#039;t need a script, just add xargs:

ps -ef &#124; grep nobody &#124; awk ‘{print $2}’ &#124; xargs kill -9</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need a script, just add xargs:</p>
<p>ps -ef | grep nobody | awk ‘{print $2}’ | xargs kill -9</p>
]]></content:encoded>
	</item>
</channel>
</rss>

