Skip to content

Instantly share code, notes, and snippets.

@Blucknote
Last active June 25, 2019 06:26
Show Gist options
  • Save Blucknote/9d9120b59cc2611a3fd2f98c84fdd30b to your computer and use it in GitHub Desktop.
Save Blucknote/9d9120b59cc2611a3fd2f98c84fdd30b to your computer and use it in GitHub Desktop.
remove title from svg
find -name *.svg -exec sed -i 's=<title>.*<\/title>==g' '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment