yes it is advices to every 10 years print out the phone book… but without the duplicates and in font 8pt just in case

cat contacts.vcf|grep -e 'FN:' -e 'CELL:'|less

cat contacts.vcf|grep -e 'FN:' -e 'CELL:' > contacts.print1.vcf

paste - - < contacts.print1.vcf | uniq | tr '\t' '\n' > contacts.print2.vcf

vim contacts.print2.vcf; # check if good result

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin