Add -c count option to pkill
Possibly by a side-effect but pkill -c option used to work which would print the number of killed processes. This small change restores this functionality. Bug-Debian: http://bugs.debian.org/693783 Signed-off-by: Craig Small <csmall@enc.com.au>
This commit is contained in:
2
pgrep.1
2
pgrep.1
@ -49,7 +49,7 @@ only.)
|
||||
\fB\-c\fR, \fB\-\-count\fR
|
||||
Suppress normal output; instead print a count of matching processes. When
|
||||
count does not match anything, e.g. returns zero, the command will return
|
||||
non-zero value. (\fBpgrep\fP only.)
|
||||
non-zero value.
|
||||
.TP
|
||||
\fB\-d\fR, \fB\-\-delimiter\fR \fIdelimiter\fP
|
||||
Sets the string used to delimit each process ID in the output (by default a
|
||||
|
Reference in New Issue
Block a user