From aa57371819d06b6ece04b15bc7383fbb14dacdc8 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Mon, 4 Sep 2017 20:01:25 -0400 Subject: [PATCH] Trivial whitespace changes to `pgrep` cheatsheet. --- cheat/cheatsheets/pgrep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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