Don't cut-off tdu output
[khome.git] / 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.039677 seconds and 4 git commands to generate.