Update README.md

Added sus-pend way
This commit is contained in:
Bibek Shah 2022-09-21 15:23:20 +05:45 committed by GitHub
parent 30077d63c5
commit 4778735739
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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