From: Siraaj Khandkar Date: Wed, 18 Nov 2020 16:16:47 +0000 (-0500) Subject: Don't cut-off tdu output X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=8bb31e8f1389a16449f504cffb8aaa66c112ba40 Don't cut-off tdu output --- diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index 7460622..ac788be 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -149,8 +149,7 @@ tdu() { sub("^" $1 "\t+", "", path) gb = size / 1024 / 1024 printf("%f\t%s\n", gb, path) - }' \ - | cut -c 1-115 + }' } # Top Disk-Using Files