Skip to content

Commit 02bc512

Browse files
authored
Update README.md
1 parent 995441c commit 02bc512

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Credit: @tomnomnom
1919
:!kill -9 $(find /proc -name "cmdline" 2>/dev/null | while read procfile; do if grep -Pa '^vim\x00' "$procfile" &>/dev/null; then echo $procfile; fi; done | awk -F'/' '{print $3}' | sort -u)
2020
```
2121

22+
2223
## The ps-less way using status files
2324
Credit: @hakluke
2425

@@ -33,6 +34,10 @@ Credit: @kpumuk
3334
:!grep -P "PPid:\t(\d+)" /proc/$$/status | cut -f2 | xargs kill -9
3435
```
3536

37+
## The first contact way
38+
Credit: @caseyjohnellis
39+
![Jeffrey Way](assets/first-contact-way.png)
40+
3641
## The lazy pythonic using shell way
3742
Credit: @PozziSan
3843

0 commit comments

Comments
 (0)