Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT sources DOT redhat DOT com> List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Fri, 5 Oct 2001 15:09:40 -0400 From: Christopher Faylor <cgf AT redhat DOT com> To: cygwin AT cygwin DOT com Subject: Re: what happened to kill -f? Message-ID: <20011005150940.B3171@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <3BBE0356 DOT 7EBA3008 AT cportcorp DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3BBE0356.7EBA3008@cportcorp.com> User-Agent: Mutt/1.3.21i On Fri, Oct 05, 2001 at 03:00:38PM -0400, Peter Buckley wrote: >I tried asking nicely, but got no responses. All I really need is a >pointer to which package to search the source for this error- I >searched the archives, faq, and docs with no results. > >/home/pbuckley $ kill -f 363 >bash: kill: bad signal spec `f' Hmm. I was kinda hoping that someone else would answer this. I guess it isn't going to happen. "kill" is a bash built-in. It doesn't know about the "-f" option. kill.exe is a cygwin program. It does know about the "-f" option. To use kill.exe, you'll have to type something like '/bin/kill -f 363'. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/