touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #23851
[Bug 1377899] Re: sort by size
** Changed in: coreutils (Ubuntu)
Status: Invalid => New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/1377899
Title:
sort by size (-h) add whitespace between number and unit
Status in “coreutils” package in Ubuntu:
New
Bug description:
Please add more white space symbols between number and unit in sort
-h. See http://en.wikipedia.org/wiki/Whitespace_character for Unicode
(utf-8) encoding in locale.
For example
echo -e "1 Gb\n1 MB" |sort -h
should return
1 MB
1 Gb
where between '1' and 'MB' is Unicode's U+202F narrow no-break space (HTML:  ).
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1377899/+subscriptions
References