<?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: Kill All Processes Belonging to a User with pkill</title>
	<atom:link href="http://osxdaily.com/2013/02/18/kill-all-processes-belonging-to-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2013/02/18/kill-all-processes-belonging-to-user/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Wed, 19 Jun 2013 19:52:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Bruno Gama</title>
		<link>http://osxdaily.com/2013/02/18/kill-all-processes-belonging-to-user/#comment-499971</link>
		<dc:creator>Bruno Gama</dc:creator>
		<pubDate>Tue, 19 Feb 2013 11:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=36192#comment-499971</guid>
		<description>pkill is awesome.

i use this one a lot.
pkill -9 -fi chrom # it will do a kill -9 in all proccess that matches the string &quot;chrom&quot; the -f does a search for the matchin string in the proccess (mutch like a ps aux &#124; grep) and the -i matches strings in  insensitive case.

to kill -9 more then 1 proccess i&#039;ve created a pretty simple, but useful, function

k() { for i in $*; do pkill -9 -fi $i; done }

now I can kill more than one stuff at once.

k chrom slate dropbo tvsho shortc
# in my machine it will matches the proccess &quot;Google Chrome&quot;, Slate,  Dropbox, TVShows, Shortcat</description>
		<content:encoded><![CDATA[<p>pkill is awesome.</p>
<p>i use this one a lot.<br />
pkill -9 -fi chrom # it will do a kill -9 in all proccess that matches the string &#8220;chrom&#8221; the -f does a search for the matchin string in the proccess (mutch like a ps aux | grep) and the -i matches strings in  insensitive case.</p>
<p>to kill -9 more then 1 proccess i&#8217;ve created a pretty simple, but useful, function</p>
<p>k() { for i in $*; do pkill -9 -fi $i; done }</p>
<p>now I can kill more than one stuff at once.</p>
<p>k chrom slate dropbo tvsho shortc<br />
# in my machine it will matches the proccess &#8220;Google Chrome&#8221;, Slate,  Dropbox, TVShows, Shortcat</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 189/190 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-06-19 22:51:24 -->