From owner-freebsd-hackers Tue Nov 30 3:30: 6 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp2.vnet.net (smtp2.vnet.net [166.82.1.32]) by hub.freebsd.org (Postfix) with ESMTP id 576C414CFC for ; Tue, 30 Nov 1999 03:30:03 -0800 (PST) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp2.vnet.net (8.9.1a/8.9.1) with ESMTP id GAA11593; Tue, 30 Nov 1999 06:29:59 -0500 (EST) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id GAA25526; Tue, 30 Nov 1999 06:29:58 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.9.3/8.6.9) id GAA69411; Tue, 30 Nov 1999 06:29:57 -0500 (EST) Date: Tue, 30 Nov 1999 06:29:57 -0500 (EST) From: Thomas David Rivers Message-Id: <199911301129.GAA69411@lakes.dignus.com> To: imp@village.org, matt@csis.gvsu.edu Subject: Re: Human readable df Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: <199911300657.XAA99880@harmony.village.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <19991129230436.A6501@badmofo> matt@csis.gvsu.edu writes: : [badmofo@/home/matt] df -h : Filesystem Size Used Avail Capacity Mounted on : /dev/wd0s1a 722M 20M 644M 3% / : /dev/wd0s2h 9.9G 4.4G 4.8G 48% /usr : procfs 4.0K 4.0K 0B 100% /proc This also looks a lot like what the SVR4 dfspace program produced. dfspace was simply an awk script that prettied up the output of df. Not that I'm against the patch - would such prettying up better be done outside of df itself (to follow the UNIX tools-built-on-tools philosophy...) maybe? maybe not?.... Just a thought - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message