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