bug-coreutils
[Top][All Lists]
Advanced

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

pkill


From: Alfred M\. Szmidt
Subject: pkill
Date: Thu, 29 Sep 2005 20:34:34 +0200

I'm pondering about implementing pkill like functionality in kill,
instead of introducing a new command specific for the purpose.  My
idea is basicly to make `kill' accept a name instead of just a pid, so
the command would look something like:

kill [-s SIG | -SIGNAL] PID | NAME

Personally, I think this makes more sense than introducing pkill (or
for that matter, killall).  And is cleaner.  What do people think
about this?

(Note, I'm only pondering about it, I don't know when I'll get about
implementing it, I was also pondering about doing something similar to
GNU ps (it is in the Hurd), where you could specify something like `ps
--match-name=NAME')




reply via email to

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