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 <PID>" 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/