Skip to content

Instantly share code, notes, and snippets.

@trauber
Last active July 17, 2019 12:51
Show Gist options
  • Save trauber/530b1b412ddbf1c2d182f92fd932c7ee to your computer and use it in GitHub Desktop.
Save trauber/530b1b412ddbf1c2d182f92fd932c7ee to your computer and use it in GitHub Desktop.
#vcard #ex Remove Photos from Vcard with Ex

Remove Photos from Vcards

Good ole ex matches multiple lines very easily.

ex -n test.vcf +'g/PHOTO/,/^$/d' +wq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment