mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
548a895cd6
Closes #1985. This makes human-numeric sort follow the same algorithm as GNU's/FreeBSD's sort. As documented by GNU in https://www.gnu.org/software/coreutils/manual/html_node/sort-invocation.html, we first compare by sign, then by si unit and finally by the numeric value.