Replies: 1 comment
-
If you set the Diff Context to 0 Lines as shown below, only the differences will be displayed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I have two text files. They include "windows dir names".
For example:
Text1:
C:\Windows\Microsoft
C:\Windows\Google \Common line
D:\apps\Chrome
Text2:
C:\Windows\Google \Common line
D:\Desktop\Github
I want to export different lines. I don't want to see common lines.
Exported File:
C:\Windows\Microsoft
D:\apps\Chrome
D:\Desktop\Github
(Sorting is not important)
Note: Please explain like I'm five. How to configure WinMerge for to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions