[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: df --output
From: |
Bernhard Voelker |
Subject: |
Re: df --output |
Date: |
Wed, 07 Nov 2012 09:33:16 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121025 Thunderbird/16.0.2 |
On 11/07/2012 04:09 AM, Pádraig Brady wrote:
> I've finished my review. Sorry for the delay.
Thank you, no worries.
> I've made a couple of adjustments in the attached df--output-adjustments.patch
>
> The first is to rename --output=total to --output=size
> I think having `df --total --output=total` is a bit confusing?
I made it 'total' to better align with 'itotal' in the inode case,
but ambiguity with --total is a valid point.
Wouldn't it be worth to s/TOTAL_FIELD/SIZE_FIELD/ then?
> Also I've changed df --output to show the block size in the "size" header,
> unless -h (human) is being used. I.E. behave with this header
> more like the traditional df output. I think this is needed
> as important info is lost about the units otherwise?
+1
> I've put the full rebased 24 item patch set here:
> http://www.pixelbeat.org/patches/coreutils/df--output.patch.bz2
Apart from the above note, it looks all good to me. Thanks.
BTW: during development, I was using the attached bulk test script
to catch regressions between df of version 8.19 and my version.
If you want to try it, then you'll have to adapt the variables
DF_OLD / DF_NEW at the top of the script to fit into your environment.
Have a nice day,
Berny
dftest
Description: Text document
- Re: df --output, Pádraig Brady, 2012/11/06
- Re: df --output,
Bernhard Voelker <=