Add human readable output to du(1)

Thanks Jeffrey Picard!
This commit is contained in:
sin
2014-10-16 10:06:27 +01:00
parent 44319a3972
commit 4608d91c6d
3 changed files with 31 additions and 1 deletions

4
du.1
View File

@@ -8,6 +8,7 @@ du \- display disk usage statistics
.B \-s
.RB ]
.RB [ \-k ]
.RB [ \-h ]
.RI [ file ...]
.SH DESCRIPTION
.B du
@@ -27,3 +28,6 @@ Display only the grand total for the specified files.
.BI \-k
By default all sizes are reported in 512-byte block counts.
The -k option causes the numbers to be reported in kilobyte counts.
.TP
.BI \-h
Enable human readable output.