Jari Aalto wrote:
> Package: coreutils
> Version: 7.4-2
> Severity: wishlist
>
>
> [Debian Bug / wishlist]
>
> $ df -hl | grep usb
>
>   /dev/sdb1             3,9G  3,9G   96K 100% /media/usb0
>   /dev/sdc1             3,8G  4,0K  3,8G   1% /media/usb1
>
> SUGGESTION
>
> Please prefer representing fractional values in computer-dot notation:
>
>   /dev/sdb1             3.9G  3.9G   96K 100% /media/usb0
>   /dev/sdc1             3.8G  4.0K  3.8G   1% /media/usb1

Thanks for the suggestion, but you're seeing locale-selected behavior.
Your locale dictates that df use of "," as decimal point.

Compare these:

    $ LC_NUMERIC=fr_FR df -hl|grep shm
    tmpfs                 1,5G   44M  1,5G   3% /dev/shm
    $ LC_NUMERIC=en_US df -hl|grep shm
    tmpfs                 1.5G   44M  1.5G   3% /dev/shm



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to