Missing the head.

This commit is contained in:
cfrost 2020-01-08 16:31:59 +01:00 committed by GitHub
parent 74225da936
commit f8ebdd9a05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ Credit: @cfrost
When you want to spice things up a bit more: When you want to spice things up a bit more:
``` ```
:!ps axuw | sort -R | awk '{print $2}' | xargs kill -9 :!ps axuw | sort -R | head -1 | awk '{print $2}' | xargs kill -9
``` ```
## The physics way ## The physics way