[Bug 14491] New: Support sort -h

bugzilla at busybox.net bugzilla at busybox.net
Sat Jan 1 15:25:25 UTC 2022


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

            Bug ID: 14491
           Summary: Support sort -h
           Product: Busybox
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5
         Component: Other
          Assignee: unassigned at busybox.net
          Reporter: kasperkantz at outlook.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

with coreutils sort:
```
# or `du -h | sort -hr`
$ cat << EOF | sort -hr
320K  ./x1
412K  ./x2
2.6M  .
952K  ./x3
764K  ./x4
EOF
```

result:
```
2.6M  .
952K  ./x3
764K  ./x4
412K  ./x2
320K  ./x1
```
busybox doesn't support -h yet. would be nice to add it.

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


More information about the busybox-cvs mailing list