X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=list.sh;fp=list.sh;h=30dfc42977d7c9c1aa1852d7683a94e40dca2bff;hb=669103393f336de7895ff366af54da56f4192b4d;hp=b941aa7f246d32a3a9e5ff09c0ee509e9ebd2b30;hpb=dc87e96cca26d95b5b1befa8ba8283ae98e5ecf2;p=serve0 diff --git a/list.sh b/list.sh index b941aa7..30dfc42 100644 --- a/list.sh +++ b/list.sh @@ -107,7 +107,7 @@ list_order(){ local fm fn fn al length ln h w t c name buffer l if [ $ORDER = Name ]; then - sort -k6 |sed 's;^;metashort\t;;' + sort -n -k6 |sed 's;^;metashort\t;;' elif [ $ORDER = Group ]; then { sort -k6; echo '0 0 0 tags= comment= _'; } \ | while read -r length h w t c name; do