Problem with kill

Dave Korn dave.korn@artimi.com
Fri Sep 22 10:59:00 GMT 2006


On 22 September 2006 11:31, Eric Lilja wrote:


> $ kill -v
> bash: kill: v: invalid signal specification
> 
> mikael@ditt-9624b96a3d ~/jobb/example_programs/simple_iterator
> $ kill --version
> bash: kill: -version: invalid signal specification
> 
> mikael@ditt-9624b96a3d ~/jobb/example_programs/simple_iterator
> $ whereis kill
> kill: /bin/kill.exe /usr/bin/kill.exe /usr/share/man/man1/kill.1.gz
> 
> What am I doing wrong? (cygcheck.out attached)


  Heh.  You ran into a well-known gotcha.

dk@rainbow /artimi/software/firmware> type kill
kill is a shell builtin
dk@rainbow /artimi/software/firmware> type /bin/kill
/bin/kill is /bin/kill
dk@rainbow /artimi/software/firmware> /bin/kill -v
kill (cygwin) 1.14
Process Signaller
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
Compiled on Jan 20 2006
dk@rainbow /artimi/software/firmware>


  Same thing goes for 'echo' very often! :)

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


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



More information about the Cygwin mailing list