mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
392 B
392 B
Name
pgrep - look up processes based on name
Synopsis
$ pgrep [-d delimiter] [--ignore-case] [--invert-match] <process-name>
Options
-d
,--delimiter
: Set the string used to delimit multiple pids-i
,--ignore-case
: Make matches case-insensitive-v
,--invert-match
: Select non-matching lines
Arguments
process-name
: Process name to search for