bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7241: Possible bug on split ?


From: Paul Eggert
Subject: bug#7241: Possible bug on split ?
Date: Tue, 19 Oct 2010 12:24:04 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8

On 10/19/10 07:42, Ulf Zibis wrote:
> In many FAQs the small letter spelling is suggested, e.g.:
> 
> ntfsclone -s -o - <source> | gzip -c | split -a 3 -b 700m - <destination>
> 
> So IMO small letter writing for "MB" should be allowed

But "mb" is SI syntax for "millibit", which
is a very small unit of information.  Having "mb"
be an alias for "megabyte" would be confusing
to those used to the standard notation.  (Having
"mb" be an alias for "megabit", or for "millibyte",
would be bad as well.)

We have to support plain "m" as an alias for "MiB",
because POSIX requires support for plain "m".
But let's not compound POSIX's mistake by supporting
even more usages that are contrary to SI.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]