From b64df20ea4f9433a3b53ab4d3980716bf70585ce Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 2 Sep 2016 00:37:40 +1200 Subject: Proper key spec for dub(1d) --- bin/dub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dub b/bin/dub index 555bed67..36d787a4 100755 --- a/bin/dub +++ b/bin/dub @@ -26,7 +26,7 @@ set -- .* "$@" du -ks -- "$@" | # Sort the first field (the sizes) numerically, in reverse -sort -k1nr | +sort -k1,1nr | # Limit the output to the given number of lines sed "$lines"q -- cgit v1.2.3