raceiop.blogg.se

Notepad++ compare two files show only differences
Notepad++ compare two files show only differences




notepad++ compare two files show only differences

compares lines sequentially, showing the actual differences and trying to re-synchronise (if the differing sections have different lengths). Powershell has some nice features, but there are some things it should just not try to do for me.įc.exe is better for text comparing since it designed to work like *nix diff, i.e. Mainly because Powershell doesn't understand arguments which are run together and typing, for example "rm -Force -Recurse" is a lot more effort than "rm -rf". If anyone is interested, having GnuWin32 installed, I also include the following in my powershell profile: remove-item alias:rm

notepad++ compare two files show only differences

The -force argument is required because Powershell is quite precious about this particular inbuilt alias. edit %USERPROFILE%\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1Īdd the line remove-item alias:diff -force.The solution for anyone looking for a sane output is For another, the difference indicator is on the right, far from the content - it's a readability nightmare. For one thing, you have to hold it's hand in actually reading files (with gc / get-content).

notepad++ compare two files show only differences

As others have noted, if you were expecting a unix-y diff output, using the powershell diff alias would let you down hard.






Notepad++ compare two files show only differences