Hola,

On Sun, 5 Jun 2005 16:58:26 +0200
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> con  ps aux | grep kmail|grep caption | awk '{print $2}'
> 21856
> Ya me que da un solo dato, ahora solo he de averiguar como pasalo a
> kill y que  lo acepte lo he probado con las tipicas tuberias y nada .
> Probare de buscar  un poco por inet a ver que encuentro.

kill $(comandos que te sacan el PID)

o sea,

kill $(ps aux | grep kmail|grep caption | awk '{print $2}')

-- 
Agur
  txipi

wget -O - http://sindominio.net/~txipi/txipi.gpg.asc | gpg --import
Key fingerprint = CCAF 9676 B049 997A 96D6  4D7C 3529 5545 4375 1BF4

  We're overpaying him, but he's worth it. -Samuel Goldwyn


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Responder a