diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-01-23 00:41:35 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-01-23 00:41:35 +0100 |
commit | 4abeba77c0ade006aff3f2bbafb335ece51fa84c (patch) | |
tree | 0903bb2821c69d9a6097fb688b5e7aa7ab0e4c3a /src/monitor | |
parent | 70631e160dcbaf6b43d33654d52ca96655509534 (diff) | |
download | notes-4abeba77c0ade006aff3f2bbafb335ece51fa84c.tar.gz notes-4abeba77c0ade006aff3f2bbafb335ece51fa84c.zip |
pgrep: exact match cmd name
Diffstat (limited to 'src/monitor')
-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 |