From d1526ede16cc7c16beb850da01465c9806a16340 Mon Sep 17 00:00:00 2001 From: yafp Date: Thu, 1 Jun 2017 21:31:27 +0200 Subject: [PATCH] Adding a first version of a pkill cheatsheet --- cheat/cheatsheets/pkill | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cheat/cheatsheets/pkill diff --git a/cheat/cheatsheets/pkill b/cheat/cheatsheets/pkill new file mode 100644 index 0000000..f24a03f --- /dev/null +++ b/cheat/cheatsheets/pkill @@ -0,0 +1,5 @@ +# To kill a process using it's full process name +pkill + +# To kill a process by it's partial name +pkill -f