mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-02 16:33:13 +00:00
364 B
364 B
Name
pgrep - look up processes based on name
Synopsis
$ pgrep [-d delimiter] [-i] [--invert-match] <process-name>
Options
-d
,--delimiter
: Set the string used to delimit multiple pids-i
: Make matches case-insensitive-v
,--invert-match
: Select non-matching lines
Arguments
process-name
: Process name to search for