How to get pkill to output process information of killed process?
I don't see anything in man pkill that suggests this is possible. I know I can do a pgrep and process the list and then pipe that to kill but hoping this is in native pkill. I also don't see anything inside man kill that suggests this either.