1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-29 08:13:32 +02:00
Files
coreutils/doc
Jim Meyering f5bf6fe980 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.
2001-12-21 11:54:04 +00:00
..
2001-06-16 14:32:38 +00:00
.
2001-11-10 08:46:09 +00:00
.
2001-05-20 07:12:33 +00:00
.
2001-05-20 07:12:33 +00:00
.
2001-11-18 17:59:36 +00:00
1997-04-21 14:55:26 +00:00
2001-05-11 07:36:22 +00:00
.
2001-08-05 08:48:05 +00:00