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