From 8446ee447d27373a1fe1d09f7c5c888689703513 Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Tue, 22 Feb 2022 20:19:11 -0600 Subject: [PATCH] Update mon1-df-short --- mon1-df-short | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mon1-df-short b/mon1-df-short index fcf9468..6d18228 100644 --- a/mon1-df-short +++ b/mon1-df-short @@ -1,5 +1,7 @@ #!/bin/bash # called by mon1, show in xterm window without getting too wide +# Save to /usr/local/bin +# Hides some fields and sorts on field 3 df -T -h |grep -v tmpfs |awk '{$1="";$3=""; print}' |column -t |sort -h -k 3