PowerShell: Compare Files
Compare Files
# compare if file f1 f2 are the same diff (gc f1) (gc f2)
Compare-Object
has aliasdiff
Get-Content
has aliasgc
# compare if file f1 f2 are the same diff (gc f1) (gc f2)
Compare-Object
has alias diff
Get-Content
has alias gc