From 679bd4562b78a7d4db51310b4c941882594af83c Mon Sep 17 00:00:00 2001 From: xfnw Date: Fri, 1 Jul 2022 11:42:10 -0400 Subject: [PATCH] add newline to the end of dus --- rc/bin/dus | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/bin/dus b/rc/bin/dus index f2571222f..34f14fa85 100755 --- a/rc/bin/dus +++ b/rc/bin/dus @@ -8,3 +8,4 @@ du -s * | sort -nrk 1 | awk '{ else if ($1 > 1024) printf("%7.2f %s\t%s\n", $1/1024, "Mb", $2) else printf("%7.2f %s\t%s\n", $1, "Kb", $2) }' +