Code: !#/bin/bash cat list_phones.txt | while read line; do echo -e "BEGIN:VCARD\nVERSION:2.1\nTEL;CELL:$line\nEND:VCARD\n"; done >> nums.vcf