]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a new flag, -h which when combined with the -l option causes
authorjoe <joe@FreeBSD.org>
Fri, 28 Dec 2001 20:50:12 +0000 (20:50 +0000)
committerjoe <joe@FreeBSD.org>
Fri, 28 Dec 2001 20:50:12 +0000 (20:50 +0000)
commitdfee532b860ae8392d001e56b14faf954a365fb8
tree95cb44773e27fe8bfcef9a8f79767b90422dc3d9
parentdde2b7683ece45d306f0d20e281e8ee844196689
Add a new flag, -h which when combined with the -l option causes
file sizes to be displayed with unit suffixes; Byte, Kilobyte,
Megabyte, Gigabyte, Terabyte and Petabyte in order to reduce the
number of digits to three or less.

Submitted by: nik
bin/ls/Makefile
bin/ls/ls.1
bin/ls/ls.c
bin/ls/ls.h
bin/ls/print.c
bin/ls/util.c