Add support for locale-specific size indications (e.g.,
authorJim Meyering <jim@meyering.net>
Wed, 6 Nov 2002 10:32:41 +0000 (10:32 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 6 Nov 2002 10:32:41 +0000 (10:32 +0000)
commitc6f5b4e383f96e049abfa2320cf9cdea876ff660
tree14fcc27bd45d679e7797b854ef2cbf87b31e8439
parent5ce09d1ac74741016909b513299623e9cb6cef49
Add support for locale-specific size indications (e.g.,
thousands-separators) and for explicit size suffixes on output.

(Block size): Say that:
This affects display format as well as block size.
Fractional block counts are rounded up.
ls file size blocksize defaults to 1.
A block size spec preceded by ' generates thousands separators.
A suffix without a preceding integer generates suffixes.
(tail invocation): 32k -> 32 KiB.
(What information is listed): ls -h is now equivalent to
ls --block-size=human, and ls -H is now equivalent to
ls --block-size=si.  Displayed file size is now always affected by
--block-size.
doc/coreutils.texi