mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
pgrep: add full command display example (#21619)
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
|
||||
`pgrep {{process_name}}`
|
||||
|
||||
- Also display the full command:
|
||||
|
||||
`pgrep {{[-a|--list-full]}} {{process_name}}`
|
||||
|
||||
- Search for processes including their command-line options:
|
||||
|
||||
`pgrep {{[-f|--full]}} "{{process_name}} {{parameter}}"`
|
||||
|
||||
Reference in New Issue
Block a user