mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
487 B
487 B
Name
pgrep - look up processes based on name
Synopsis
$ pgrep [--count] [-d delimiter] [--ignore-case] [--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-v
,--invert-match
: Select non-matching lines
Arguments
process-name
: Process name to search for