PowerShell: Compare Files (Show Difference)
Compare Files
# compare if file f1 f2 are the same diff (gc f1) (gc f2)
Compare-Object
has aliasdiff
Get-Content
has aliasgc
PowerShell. Working on Files
- PowerShell: Copy File
- PowerShell: Rename File
- PowerShell: Move File
- PowerShell: Delete File
- PowerShell: Create New File
- PowerShell: Create File Symbolic Link, Hard Link, Junction
- PowerShell: Get File Content
- PowerShell: Join Files
- PowerShell: Compare Files (Show Difference)
- PowerShell: Open File by Default App
- PowerShell: File Date Time