mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:28:12 +00:00
569 B
569 B
Name
pgrep - look up processes based on name
Synopsis
$ pgrep [--count] [-d delimiter] [--ignore-case] [--list-name] [--invert-match] <process-name>
Options
-c
,--count
: Suppress normal output and print the number of matching processes-d
,--delimiter
: Set the string used to delimit multiple pids-i
,--ignore-case
: Make matches case-insensitive-l
,--list-name
: List the process name in addition to its pid-v
,--invert-match
: Select non-matching lines
Arguments
process-name
: Process name to search for