Unix diff in PowerShell

Compare-Object (Get-Content .\file1.txt | Sort-Object) (Get-Content .\file2.txt | Sort-Object)

Comments are closed.