From: Siraaj Khandkar Date: Wed, 4 Nov 2020 23:16:46 +0000 (-0500) Subject: Sort loggers X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=edc3863d020f3a74ad5b98e3c26933ff7fdc91e0 Sort loggers --- diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index 97cb68a..8d1b309 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -654,6 +654,7 @@ loggers() { for (prog in count) print count[prog], total, prog }' \ + | sort -n -k 1 \ | bar_gauge -v num=1 -v ch_right=' ' -v ch_left=' ' -v ch_blank=' ' \ | column -t }