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 Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 4 Dec 2001 23:14:37 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Problem Killing Message-ID: <20011205041437.GA13689@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <001b01c17d33$572b8ac0$a208070a AT broadcom DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001b01c17d33$572b8ac0$a208070a@broadcom.com> User-Agent: Mutt/1.3.23.1i On Tue, Dec 04, 2001 at 06:19:59PM -0800, Nasser Iranikhah wrote: >I am trying to kill a batch file using "kill -f -9 " where PID is >located by doing "ps -W", I get the following error: >bash: kill: bad signal spec 'f' kill is a bash built-in. The kill.exe program that is documented in the user's guide is a program. To use the program you'll have to type something like '/bin/kill -f pid'. 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/