GNU bug report logs - #5804
sort --human

Previous Next

Package: coreutils;

Reported by: Phil Dumont <phil <at> solidstatescientific.com>

Date: Tue, 30 Mar 2010 16:13:02 UTC

Severity: wishlist

Done: Bob Proulx <bob <at> proulx.com>

Bug is archived. No further changes may be made.

Full log


Message #25 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Drake Wyrm <wyrm <at> haell.com>
To: bug-coreutils <at> gnu.org
Subject: Re: bug#5804: sort --human
Date: Tue, 30 Mar 2010 15:46:54 -0700
Michal Svoboda <pht <at> spatium.org> wrote:
> Bob Proulx wrote 704 bytes:
> >     ** New features
> >       sort accepts a new option, --human-numeric-sort (-h): sort numbers
> >       while honoring human readable suffixes like KiB and MB etc.
> 
> Interesting. So does it sort correctly 1 MB < 1000 KiB < 1 MiB ?

$ { echo 1MB; echo 1000KiB; echo 1MiB; } | sort -h
sort: both SI and IEC prefixes present on units

That would be a no to the "sort" part, but perhaps a yes to the
"correctly" part.

$ { echo 1001KiB; echo 1000KiB; echo 1MiB; } | sort -h
1000KiB
1001KiB
1MiB
$ { echo 1001KB; echo 1000KB; echo 1MB; } | sort -h
1000KB
1001KB
1MB

Seems to work fine when you give it just one type of unit to handle.

-- 
I have a firm grip on reality.  Now I can strangle it.
  -- Gordon Paynter





This bug report was last modified 15 years and 51 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.