[Bug 193994] New: sort doesn't handle old key notation properly
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Sep 28 13:07:41 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193994
Bug ID: 193994
Summary: sort doesn't handle old key notation properly
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: freebsd-bugs at FreeBSD.org
Reporter: rodrigo at FreeBSD.org
Created attachment 147749
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147749&action=edit
patch for head
The bsd sort doesn't handle properly old notation for keys,and in some cases
the conversion function skips last argument.
'sort +0n' is converted in 'sort -k1,1' loosing the ability to perform a
numeric sort.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list