X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.5 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <4DF5CF06.5010701@charter.net>
References: <4DF5CF06.5010701@charter.net>
Date: Mon, 13 Jun 2011 12:13:01 +0100
Message-ID: <BANLkTimECb6zdSEZJZhWm=Vb3TLk871vTQ@mail.gmail.com>
Subject: Re: We have a "cygstart" -- why not a "cygstop"?
From: Andy Koppe <andy.koppe@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 13 June 2011 09:49, SJ Wright wrote:
> Or does such an idea go too much against the grain of "let's keep Cygwin as
> much of a Unix as possible?"
>
> At the very least, it would cut through all the rigamorole of "kill"-ing
> pids that were likely to return errors.
>
> Comments?

Here you go:

alias cygstop '/bin/kill -f'

(See also 'man kill'. Unfortunately Cygwin's version of 'kill' is
usually hidden by a shell builtin, which is why the /bin/ is needed.)

Regards,
Andy

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

