Add human readable output to du(1)
Thanks Jeffrey Picard!
This commit is contained in:
4
du.1
4
du.1
@@ -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.
|
||||
|
Reference in New Issue
Block a user