[Bug 12216] New: sort: unique deletes to much/wrong lines

bugzilla at busybox.net bugzilla at busybox.net
Mon Sep 16 20:27:21 UTC 2019


https://bugs.busybox.net/show_bug.cgi?id=12216

            Bug ID: 12216
           Summary: sort: unique deletes to much/wrong lines
           Product: Busybox
           Version: 1.31.x
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at busybox.net
          Reporter: bbbug at byom.de
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

a line is missing:

echo -e "1a\n1b\n2a" | sort -un
1a
2a


as expected:

echo -e "1a\n1b\n2a" | sort -u | sort -n
1a
1b
2a

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list