diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-21 11:40:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-21 11:40:55 +0000 |
commit | 9db9190cd4324d8322cb78d6d683c1f15e5c4cf0 (patch) | |
tree | a2a316264f8757da59e09fc35da4f43732326a26 /old/fileutils/NEWS | |
parent | df5fb23be1a032ca4d0ed57d47c0269ca96bcf35 (diff) | |
download | coreutils-9db9190cd4324d8322cb78d6d683c1f15e5c4cf0.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r-- | old/fileutils/NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 07fadd733..53c07c13e 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,3 +1,19 @@ +[4.1.5] +* The block size notation is now compatible with SI and with IEC 60027-2. + For example, --block-size=1MB now means --block-size=1000000, + whereas --block-size=1MiB now means --block-size=1048576. + A missing `B' (e.g. `1M') has the same meaning as before. + A trailing `B' now means decimal, not binary; this is a silent change. + The nonstandard `D' suffix (e.g. `1MD') is now obsolescent. +* -H or --si now outputs the trailing 'B', for consistency with the above. +* Programs now output trailing 'K' (not 'k') to mean 1024, as per IEC 60027-2. +* New df, du short option -B is short for --block-size. +* You can omit an integer `1' before a block size suffix, + e.g. `df -BG' is equivalent to `df -B 1G' and to `df --block-size=1G'. +* The following options are now obsolescent, as their names are + incompatible with IEC 60027-2: + df, du: -m or --megabytes (use -BM or --block-size=1M) + df, du, ls: --kilobytes (use --block-size=1K) [4.1.4] * df --local no longer lists smbfs file systems whose name starts with // * dd now detects the Linux/tape/lseek bug at run time and warns about it. |