Skip to content

Instantly share code, notes, and snippets.

@chadcooper
Created May 25, 2013 16:38
Show Gist options
  • Save chadcooper/5649699 to your computer and use it in GitHub Desktop.
Save chadcooper/5649699 to your computer and use it in GitHub Desktop.
Diff'ing 2 files in PowerShell, in this case, XML files.
PS C:\<dir-where-files-are>> Compare-Object (Get-Content .\file-1.xml) (Get-Content '.\file-2.xml')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment