diff --git a/cheat/cheatsheets/pkill b/cheat/cheatsheets/pkill new file mode 100644 index 0000000..13152ae --- /dev/null +++ b/cheat/cheatsheets/pkill @@ -0,0 +1,2 @@ +# Kill all PIDs matching the pattern +pkill -f example \ No newline at end of file