1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 02:15:08 +00:00
serenity/Base/usr/share/man/man1/pgrep.md
2023-05-16 12:49:15 +02:00

19 lines
364 B
Markdown

## Name
pgrep - look up processes based on name
## Synopsis
```sh
$ 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