<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VIDANEZ SITE &#187; SCRIPTING</title>
	<atom:link href="http://www.vidanez.com/category/scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vidanez.com</link>
	<description>ADMINISTRACION INSTALACIONES Y DISEÑO DE ARQUITECTURAS</description>
	<lastBuildDate>Thu, 19 Jan 2012 14:49:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Apunte r&#225;pido, matar procesos con elementos en com&#250;n.</title>
		<link>http://www.vidanez.com/2009/07/23/apunte-rpido-matar-procesos-con-elementos-en-comn/</link>
		<comments>http://www.vidanez.com/2009/07/23/apunte-rpido-matar-procesos-con-elementos-en-comn/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 10:56:11 +0000</pubDate>
		<dc:creator>Juan José Vidañez</dc:creator>
				<category><![CDATA[SCRIPTING]]></category>

		<guid isPermaLink="false">http://www.vidanez.com/?p=100</guid>
		<description><![CDATA[Hoy hago un apunte rápido sobre como matar procesos que podamos listar en un mismo grep, sobre el comando ps. ps -ef &#124; grep &#60;que_buscar&#62;&#124; grep -v grep &#124; awk &#8216;{ print $2 }&#8217; &#124; xargs kill -9 Dentro del grep podemos poner cualquier cosa que tengan los procesos en común. Si no siempre existirá [...]]]></description>
			<content:encoded><![CDATA[<p>Hoy hago un apunte rápido sobre como matar procesos que podamos listar en un mismo grep, sobre el comando ps.</p>
<p style="margin: 0cm 0cm 0pt" class="MsoNormal"><font face="Calibri"><em>ps -ef | grep &lt;que_buscar&gt;| grep -v grep | awk &#8216;{ print $2 }&#8217; | xargs kill -9</em></font></p>
<p>Dentro del grep podemos poner cualquier cosa que tengan los procesos en común. Si no siempre existirá el pkill.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.vidanez.com%2F2009%2F07%2F23%2Fapunte-rpido-matar-procesos-con-elementos-en-comn%2F&amp;title=Apunte%20r%26%23225%3Bpido%2C%20matar%20procesos%20con%20elementos%20en%20com%26%23250%3Bn." id="wpa2a_2"><img src="http://www.vidanez.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.vidanez.com/2009/07/23/apunte-rpido-matar-procesos-con-elementos-en-comn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

