This commit is contained in:
Hemanta Pokharel 2024-06-13 18:30:49 +05:45 committed by GitHub
commit eb598245fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)