diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-21 11:54:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-21 11:54:04 +0000 |
commit | f5bf6fe980159a76a8ebd788f35e3f9d9ef685fe (patch) | |
tree | 5d2dc3c55a3e7589674bae6a89c9b8c1cf28bb17 /old | |
parent | 9db9190cd4324d8322cb78d6d683c1f15e5c4cf0 (diff) | |
download | coreutils-f5bf6fe980159a76a8ebd788f35e3f9d9ef685fe.tar.xz |
Use notation 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 trailing `B' now means decimal, not binary; this is a silent change.
-H or --si now outputs the trailing 'B', for consistency with this.
Programs now output trailing 'K' (not 'k') to mean 1024.
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'.
Document the above. Remove documentation
for obsolescent constructs MD, --kilobytes, -m or --megabytes.
Diffstat (limited to 'old')
0 files changed, 0 insertions, 0 deletions