From owner-freebsd-hackers Mon Nov 29 23:29:17 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id E916514D07; Mon, 29 Nov 1999 23:29:15 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.3/8.9.3) id XAA21828; Mon, 29 Nov 1999 23:29:11 -0800 (PST) (envelope-from obrien) Date: Mon, 29 Nov 1999 23:29:11 -0800 From: "David O'Brien" To: Warner Losh Cc: matt@csis.gvsu.edu, freebsd-hackers@FreeBSD.ORG, mharo@FreeBSD.ORG Subject: Re: Human readable df Message-ID: <19991129232911.B21771@relay.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <19991129230436.A6501@badmofo> <199911300657.XAA99880@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: <199911300657.XAA99880@harmony.village.org> X-Operating-System: FreeBSD 3.3-STABLE Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Nov 29, 1999 at 11:57:48PM -0700, Warner Losh wrote: > Note, this uses the "traditional computer science SI extention" > units. Where M == 1 << 20, G == 1 << 30, etc. Disk drive > manufacturers use the real SI units where M == 10 ^ 6, G == 10 ^ 9, Some implimentations of ``df -h'' use "-h" for base 2, and "-H" for SI units. I believe Mike Haro's additions supports both. Same for ``du'' of course. -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message