fixed sort

This commit is contained in:
2025-07-31 10:42:08 +02:00
parent eba10d6322
commit e6b485e5ee

View File

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