Skip to content

Instantly share code, notes, and snippets.

@ericcitaire
Created May 23, 2017 12:42
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 ericcitaire/729fb3899a526c25bcc19623f9250274 to your computer and use it in GitHub Desktop.
Save ericcitaire/729fb3899a526c25bcc19623f9250274 to your computer and use it in GitHub Desktop.
#!/bin/bash
vimdiff <(xmllint --c14n "$1") <(xmllint --c14n "$2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment