From 460a2dfc3e03fe19d00fd803001f65becc458945 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 20 Mar 2026 11:48:25 +0200 Subject: [PATCH] pgrep: add full command display example (#21619) --- pages/common/pgrep.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/pgrep.md b/pages/common/pgrep.md index d14451495d..705db48cd3 100644 --- a/pages/common/pgrep.md +++ b/pages/common/pgrep.md @@ -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}}"`