This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: what happened to kill -f?


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]