Created
May 25, 2013 16:38
-
-
Save chadcooper/5649699 to your computer and use it in GitHub Desktop.
Diff'ing 2 files in PowerShell, in this case, XML files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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