mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
Base: Add man page for pgrep
This commit is contained in:
parent
5a9a27cea0
commit
46510bbb64
1 changed files with 19 additions and 0 deletions
19
Base/usr/share/man/man1/pgrep.md
Normal file
19
Base/usr/share/man/man1/pgrep.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
## 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
|
Loading…
Add table
Add a link
Reference in a new issue