pgrep: Enable case-insensitive process matching
FreeBSD has case-insensitive matching of processes in pgrep and pkill, which can be super-useful. This patch uncomments and documents the code needed to make this work. Signed-off-by: Craig Small <csmall@enc.com.au>
This commit is contained in:
3
pgrep.1
3
pgrep.1
@ -76,6 +76,9 @@ own process group.
|
||||
Only match processes whose real group ID is listed. Either the numerical or
|
||||
symbolical value may be used.
|
||||
.TP
|
||||
\fB\-i\fR, \fB\-\-ignore\-case\fR
|
||||
Match processes case-insensitively.
|
||||
.TP
|
||||
\fB\-l\fR, \fB\-\-list\-name\fR
|
||||
List the process name as well as the process ID.
|
||||
.RB ( pgrep
|
||||
|
Reference in New Issue
Block a user