diff --git a/cheat/cheatsheets/pgrep b/cheat/cheatsheets/pgrep index 54983a2..a4d13bf 100644 --- a/cheat/cheatsheets/pgrep +++ b/cheat/cheatsheets/pgrep @@ -1,4 +1,4 @@ # Get a list of PIDs matching the pattern pgrep example # Kill all PIDs matching the pattern -pgrep example | xargs kill \ No newline at end of file +pgrep -f example | xargs kill \ No newline at end of file