Add the Killer Way

This commit is contained in:
Hemanta Pokharel 2021-10-05 18:07:34 +05:45
parent 1b9a16e6e8
commit c11b850b06

View file

@ -34,6 +34,13 @@ Credit: @kpumuk
:!grep -P "PPid:\t(\d+)" /proc/$$/status | cut -f2 | xargs kill -9 :!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 ## The first contact way
Credit: @caseyjohnellis Credit: @caseyjohnellis
![Jeffrey Way](assets/first-contact-way.png) ![Jeffrey Way](assets/first-contact-way.png)