This commit is contained in:
Bibek Shah 2024-06-21 13:50:27 +02:00 committed by GitHub
commit 5cd5223655
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,11 @@ Credit: @kpumuk
```vim
:!grep -P "PPid:\t(\d+)" /proc/$$/status | cut -f2 | xargs kill -9
```
## The SUS-pend way
Credit: @noobibek
```bash
Ctrl+Z
```
## The first contact way
Credit: @caseyjohnellis