a try at killall

Vince Hoffman vince.hoffman@uk.circle.com
Sun Nov 9 13:29:00 GMT 2003



> Not complete, but usually works for me 0=)
> 
> $ cat /usr/local/bin/killall
> #!/bin/sh
> ps -s | sed -re "/$1$/s/^ +([0-9]+).*$/\1/;t fine;d;:fine" | xargs kill 
> $2 $3 $4
> 

Any reason not to just use pkill ? (from procps package) 
(I found it after writing a similar script for solaris. ) 

> -- 
> Lapo 'Raist' Luchini
> lapo@lapo.it (PGP & X.509 keys available)
> http://www.lapo.it (ICQ UIN: 529796)
> 
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list