Add -k support for du(1)

This setting overrides the BLOCKSIZE environment variable.
This commit is contained in:
sin
2013-10-16 18:00:02 +01:00
parent 6e8b79ebd8
commit ac3a5e0091
2 changed files with 11 additions and 0 deletions

4
du.1
View File

@@ -19,3 +19,7 @@ Display an entry for each file in the file hierarchy.
.TP
.BI \-s
Display only the grand total for the specified files.
.TP
.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.