Your message dated Mon, 5 Dec 2005 22:24:12 +0100 (CET)
with message-id <[EMAIL PROTECTED]>
and subject line closing wishlist that is implemented in current coreutils
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 29 Apr 2001 21:07:09 +0000
>From [EMAIL PROTECTED] Sun Apr 29 16:07:09 2001
Return-path: <[EMAIL PROTECTED]>
Received: from itaipu.nitnet.com.br [200.255.111.241]
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 14tyPL-0003OD-00; Sun, 29 Apr 2001 16:07:08 -0500
Received: (qmail 14796 invoked from network); 29 Apr 2001 21:06:51 -0000
Received: from salzburg.nitnet.com.br (HELO flower.cesarb) (200.198.84.62)
by itaipu.nitnet.com.br with SMTP; 29 Apr 2001 21:06:51 -0000
Received: from cesarb by flower.cesarb with local (Exim 3.22 #1 (Debian))
id 14tyP3-0002RM-00; Sun, 29 Apr 2001 18:06:49 -0300
From: Cesar Eduardo Barros <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Please add --gigabytes
X-Reportbug-Version: 1.15
X-Mailer: reportbug 1.15
Date: Sun, 29 Apr 2001 18:06:48 -0300
Message-Id: <[EMAIL PROTECTED]>
Sender: Cesar Eduardo Barros <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: fileutils
Version: 4.0.43-1
Severity: wishlist
File: /bin/df
With the current size of hard disks, I think a --gigabytes (-G maybe) option to
df would be appropriate.
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux flower 2.4.4 #1 Sat Apr 28 20:34:23 BRT 2001 i686
Versions of packages fileutils depends on:
ii libc6 2.2.2-4 GNU C Library: Shared libraries an
---------------------------------------
Received: (at 95766-close) by bugs.debian.org; 5 Dec 2005 21:24:45 +0000
>From [EMAIL PROTECTED] Mon Dec 05 13:24:45 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail16.bluewin.ch ([195.186.19.63])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EjNpF-00030M-AN
for [EMAIL PROTECTED]; Mon, 05 Dec 2005 13:24:45 -0800
Received: from localhost (62.203.68.197) by mail16.bluewin.ch (Bluewin
7.2.069.1)
id 4392616500059B17 for [EMAIL PROTECTED]; Mon, 5 Dec 2005 21:24:13
+0000
Received: from tpo (helo=localhost)
by localhost with local-esmtp (Exim 3.36 #1 (Debian))
id 1EjNoi-000101-00
for <[EMAIL PROTECTED]>; Mon, 05 Dec 2005 22:24:12 +0100
Date: Mon, 5 Dec 2005 22:24:12 +0100 (CET)
From: Tomas Pospisek <[EMAIL PROTECTED]>
X-X-Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: closing wishlist that is implemented in current coreutils
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
> With the current size of hard disks, I think a --gigabytes (-G maybe)
> option to df would be appropriate.
Is implemented in current coreutils:
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda5 19G 14G 3.9G 79% /
/dev/hda6 19G 17G 479M 98% /home
/dev/hda1 5.6G 1.5G 4.1G 27% /mnt/hda1
/dev/hda9 19G 4.7G 13G 27% /mnt/hda9
tmpfs 379M 4.0K 379M 1% /dev/shm
And:
$ man df
[...]
-B, --block-size=SIZE use SIZE-byte blocks
[...]
SIZE may be (or may be an integer optionally followed by) one of
following: kB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on
for G, T, P, E, Z, Y.
$ df -B G
Filesystem 1G-blocks Used Available Use% Mounted on
/dev/hda5 19G 14G 4G 79% /
/dev/hda6 19G 17G 1G 98% /home
/dev/hda1 6G 2G 5G 27% /mnt/hda1
/dev/hda9 19G 5G 13G 27% /mnt/hda9
tmpfs 1G 1G 1G 1% /dev/shm
*t
--
--------------------------------------------------------
Tomas Pospisek
http://sourcepole.com - Linux & Open Source Solutions
--------------------------------------------------------
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]