www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <00ec01c3a6c5$9024e110$2e03090a@uk.circle.com> |
From: | "Vince Hoffman" <vince DOT hoffman AT uk DOT circle DOT com> |
To: | "Lapo Luchini" <lapo AT lapo DOT it>, "Mailing List: CygWin" <cygwin AT cygwin DOT com> |
References: | <3FAB6E96 DOT 9020609 AT lapo DOT it> |
Subject: | Re: a try at killall |
Date: | Sun, 9 Nov 2003 13:29:51 -0000 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
x-mimeole: | Produced By Microsoft MimeOLE V5.50.4927.1200 |
> 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 AT lapo DOT 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |