mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #12] Readme: sort -h can sort human-readable numbers #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Emerentius on GitHub (Apr 21, 2018).
Original GitHub issue: https://github.com/bootandy/dust/issues/12
Originally assigned to: @bootandy on GitHub.
The following part in the README.md isn't quite correct
Given that sort has a
-hflag for sorting human-readable numbers correctly, that part is a bit misleading.Edit: I just noticed that sort -h is already given as an alternative at the bottom. Changed comment text.
@bootandy commented on GitHub (Apr 27, 2018):
README updated to make this clearer.