commit e662650f7b8e4d96483fbcf3d72f1b6c44e3a5af from: Aleksey Ryndin date: Tue May 30 14:31:15 2023 UTC Fix: misprint commit - d1aa313b9b72c654a29c5d5dc371c72bae5426b4 commit + e662650f7b8e4d96483fbcf3d72f1b6c44e3a5af blob - 797a35624d8d73d2519305bb1bc262959fbdd944 blob + 69424635e3ef223b74e5e5608c4447569a10c47a --- vcf2tsv.awk +++ vcf2tsv.awk @@ -1,4 +1,4 @@ -# Convert contacts.vcf (expoter from Android) to +# Convert contacts.vcf (exporter from Android) to # [contacts.tsv](https://man.sr.ht/~anjan/sxmo-docs/USERGUIDE.md#stronggeneral-settingsstrong): # python3 -m quopri -d contacts.vcf | awk -f vcf2tsv.awk > contacts.tsv BEGIN { FS = ":" }