ls: add -h flag

for util/human don't show "B" for bytes.
This commit is contained in:
Hiltjo Posthuma
2014-10-19 09:48:04 +00:00
committed by sin
parent 2cf82f4c16
commit 4d4e2608c1
3 changed files with 16 additions and 5 deletions

3
ls.1
View File

@@ -20,6 +20,9 @@ lists directories themselves, not their contents.
.B \-F
append a file type indicator to files.
.TP
.B \-h
show filesizes in human\-readable format.
.TP
.B \-i
print the index number of each file.
.TP