Compare
fc C:\path\to\file1.txt C:\path\to\file2.txtcomp C:\path\to\file1.txt C:\path\to\file2.txtCompare-Object (Get-Content C:\path\to\file1.txt) (Get-Content C:\path\to\file2.txt)(Get-Content C:\path\to\file1.txt) -eq (Get-Content C:\path\to\file2.txt)diff (Get-Content C:\path\to\file1.txt) (Get-Content C:\path\to\file2.txt)Last updated