diff options
-rw-r--r-- | src/monitor/pgrep.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monitor/pgrep.md b/src/monitor/pgrep.md index 2b52a73..b2cf466 100644 --- a/src/monitor/pgrep.md +++ b/src/monitor/pgrep.md @@ -6,6 +6,7 @@ pgrep [opts] <pattern> -u <usr> only show matching for user <usr> -l additionally list command -a additionally list command + arguments + -x match exactly ``` ## Debug newest process |