Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KalobTaulien/123ae6c6e349c2c84245f1c71631f66d to your computer and use it in GitHub Desktop.
Save KalobTaulien/123ae6c6e349c2c84245f1c71631f66d to your computer and use it in GitHub Desktop.
Strip WordPress Comments from WXR File.
sed -i '/<wp:comment>/,/<\/wp:comment>/d' wordpress_wxr.xml
sed -i '/<wp:comment_status>/,/<\/wp:comment_status>/d' wordpress_wxr.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment