add newline to the end of dus
This commit is contained in:
parent
f6b884259b
commit
679bd4562b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue