From f8ebdd9a05a95684ecb49152c6c00b5d1627a828 Mon Sep 17 00:00:00 2001 From: cfrost Date: Wed, 8 Jan 2020 16:31:59 +0100 Subject: [PATCH] Missing the head. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de1af6d..b94162c 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Credit: @cfrost 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