Date: Fri, 28 Dec 2001 12:50:13 -0800 (PST) From: Josef Karthauser <joe@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls Makefile ls.1 ls.c ls.h print.c util.c Message-ID: <200112282050.fBSKoDq50957@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joe 2001/12/28 12:50:13 PST Modified files: bin/ls Makefile ls.1 ls.c ls.h print.c util.c Log: 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 Revision Changes Path 1.17 +1 -0 src/bin/ls/Makefile 1.59 +27 -1 src/bin/ls/ls.1 1.49 +5 -1 src/bin/ls/ls.c 1.16 +1 -0 src/bin/ls/ls.h 1.45 +71 -1 src/bin/ls/print.c 1.25 +2 -2 src/bin/ls/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112282050.fBSKoDq50957>