Skip to content
Commit bc974b3c authored by Sami Kerola's avatar Sami Kerola
Browse files

pkill: enable displaying what is killed



Add new command line options -e, --echo to display what is
killed. Cost of this change is greater run time memory footprint,
because an union had to be changed to struct to allow name and
pid printing which what I as an user would expect to see in
verbose kill output.

Signed-off-by: default avatarSami Kerola <kerolasa@iki.fi>
parent 12dce9f8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment