aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-01-23 00:41:35 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2024-01-23 00:41:35 +0100
commit4abeba77c0ade006aff3f2bbafb335ece51fa84c (patch)
tree0903bb2821c69d9a6097fb688b5e7aa7ab0e4c3a
parent70631e160dcbaf6b43d33654d52ca96655509534 (diff)
downloadnotes-4abeba77c0ade006aff3f2bbafb335ece51fa84c.tar.gz
notes-4abeba77c0ade006aff3f2bbafb335ece51fa84c.zip
pgrep: exact match cmd name
-rw-r--r--src/monitor/pgrep.md1
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