Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2014 13:07:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 193994] New: sort doesn't handle old key notation properly
Message-ID:  <bug-193994-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: rodrigo@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193994-8>