PowerShell: Compare Files (Show Difference)
Compare Files
# compare if file f1 f2 are the same diff (gc f1) (gc f2)
Compare-Objecthas aliasdiffGet-Contenthas aliasgc
# compare if file f1 f2 are the same diff (gc f1) (gc f2)
Compare-Object has alias diffGet-Content has alias gc