Date: Mon, 29 Nov 1999 23:29:11 -0800 From: "David O'Brien" <obrien@FreeBSD.ORG> To: Warner Losh <imp@village.org> Cc: matt@csis.gvsu.edu, freebsd-hackers@FreeBSD.ORG, mharo@FreeBSD.ORG Subject: Re: Human readable df Message-ID: <19991129232911.B21771@relay.nuxi.com> In-Reply-To: <199911300657.XAA99880@harmony.village.org> References: <19991129230436.A6501@badmofo> <199911300657.XAA99880@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991129232911.B21771>