bug-sh-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kill


From: Jim Meyering
Subject: Re: kill
Date: Sat, 18 Aug 2001 09:01:06 +0200
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105

Marcus Brinkmann <address@hidden> wrote:
> we don't have a kill binary in the Hurd, but we need one (for example to be
> used as "sudo kill" etc), the shell builtin is not good enough.

Have you considered the one in the procps package?

  $ dpkg --search /bin/kill
  procps: /bin/kill

What about this?

  $ sudo bash -c 'kill ...'

> We would like this to be part of shellutils.  My questions are, would you be
> willing to include a kill utility?
>
> Would you be willing to write one?  If
> not, me or Neal can certainly provide you with a GNU clean implementation.
>
> A simple approach is to just have a small wrapper script for the shell
> builtin.  Would you prefer this over a C implementation, or the other way
> round?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]