Don't cut-off tdu output
authorSiraaj Khandkar <siraaj@khandkar.net>
Wed, 18 Nov 2020 16:16:47 +0000 (11:16 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Wed, 18 Nov 2020 16:16:47 +0000 (11:16 -0500)
home/lib/login_functions.sh

index 7460622..ac788be 100644 (file)
@@ -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
This page took 0.023341 seconds and 4 git commands to generate.