Submit #3163
/usr/bin/pkill: Add option -T to restrict to current terminal
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
12/05/2018
Due date:
% Done:
0%
Estimated time:
Description
This option is introduced for feature parity with killall(1) where it
restricts to matching processes in the current terminal. While this is
achievable via pkill(1)'s -t for feature parity and convenice this
commit implements -T.