fixed sort
This commit is contained in:
@@ -186,7 +186,7 @@ if [ "${1:-}" = "--internal-list-recordings" ]; then
|
||||
-F "\t" \
|
||||
-v format="$REC_FORMAT" \
|
||||
"$AWK_RECORDINGS" |
|
||||
sort -k1,1n -k 2,2n -r |
|
||||
sort -k1,1n -k2,2g |
|
||||
cut -d "$(printf '\t')" -f 2- |
|
||||
column -t -s "$(printf '\t')" -R 1,2,5 |
|
||||
sed 's| \+\([0-9a-f-]\+\)$|\t\1|'
|
||||
|
Reference in New Issue
Block a user