Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message Subject: RE: a try at killall MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Mon, 10 Nov 2003 10:37:43 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: =?iso-8859-1?Q?J=F6rg_Schaible?= To: "CygWin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id hAA9c0Yt010185 Lapo Luchini wrote on Sunday, November 09, 2003 7:06 PM: > Vince Hoffman wrote: >>> 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. ) >> > And I already had it installed, too! Me, too. But your version can be enhanced to use ps with -W, while pkill cannot handle Windows processes at all. And I have to use an application, that leavs behind a dangling Java process ... :) -- Jörg -- 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/