#!/bin/csh -f
awk '{printf("BEGIN:VCARD\nVERSION:2.1\nUID:%s\nFN:%s\nN:%s;;;;\nTEL:%s\nEND:VCARD\n",$1,$2,$2,$3);}' 
