From owner-cvs-all Fri Dec 28 12:50:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3638137B417; Fri, 28 Dec 2001 12:50:13 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBSKoDq50957; Fri, 28 Dec 2001 12:50:13 -0800 (PST) (envelope-from joe) Message-Id: <200112282050.fBSKoDq50957@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 28 Dec 2001 12:50:13 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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