From c11b850b063d84ef76fc2668c570c8dbc64c4ce3 Mon Sep 17 00:00:00 2001 From: Hemanta Pokharel Date: Tue, 5 Oct 2021 18:07:34 +0545 Subject: [PATCH] Add the Killer Way --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ab4e1de..2a4e0ed 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ Credit: @kpumuk :!grep -P "PPid:\t(\d+)" /proc/$$/status | cut -f2 | xargs kill -9 ``` +## The killer way +Credit: @hemantapkh + +```bash +pkill -f vim +``` + ## The first contact way Credit: @caseyjohnellis ![Jeffrey Way](assets/first-contact-way.png)