From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21028 invoked by alias); 7 Nov 2003 10:06:19 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 21020 invoked from network); 7 Nov 2003 10:06:17 -0000 Received: from unknown (HELO mail.m4d.sm) (194.183.89.8) by sources.redhat.com with SMTP; 7 Nov 2003 10:06:17 -0000 Received: (qmail 92153 invoked from network); 7 Nov 2003 10:06:16 -0000 Received: from unknown (HELO lapo.it) (81.74.40.71) by 0 with SMTP; 7 Nov 2003 10:06:16 -0000 Message-ID: <3FAB6E96.9020609@lapo.it> Date: Fri, 07 Nov 2003 10:06:00 -0000 From: Lapo Luchini User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: it, en, fr, es MIME-Version: 1.0 To: Mailing List: CygWin Subject: a try at killall X-Enigmail-Version: 0.76.7.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-11/txt/msg00204.txt.bz2 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 -- 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/