pgrep: add full command display example (#21619)

This commit is contained in:
Managor
2026-03-20 11:48:25 +02:00
committed by GitHub
parent 8ba01dc62b
commit 460a2dfc3e
+4
View File
@@ -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}}"`