]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a new flag, -h which when combined with the -l option causes
authorJosef Karthauser <joe@FreeBSD.org>
Fri, 28 Dec 2001 20:50:12 +0000 (20:50 +0000)
committerJosef Karthauser <joe@FreeBSD.org>
Fri, 28 Dec 2001 20:50:12 +0000 (20:50 +0000)
commit0e8d1551e0816a402c5bb884c388f0a5fa7c89a4
tree95cb44773e27fe8bfcef9a8f79767b90422dc3d9
parentc1e7a5f1e1166072491cdaf49e6836b2c75f1104
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