From e7ed62a968f5b29d7ee74b57406df758e2bb566f Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 8 Jul 2023 13:43:55 +0400 Subject: vtoc: print name on first column useful for simple sorting based on the name, even though the output looks ugly --- bin/vtoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vtoc.sh b/bin/vtoc.sh index 599e6ac..11159d5 100755 --- a/bin/vtoc.sh +++ b/bin/vtoc.sh @@ -87,7 +87,7 @@ strings "$vcf" | while read -r line; do continue [ -n "$no" ] && - printf "%s, %s\n" "$no" "$name" + printf "%s, %s\n" "$name" "$no" ;; 'END:VCARD') nos= -- cgit v1.2.3