H
Holger Kasten
Hello,
I am looking for a fast and efficient way to compare two text files and
create a thrid one.
E.g.
Input file 1:
Number 1
Number 2
Number 3
Number 4
Input file 2:
Number 2
Number 3
Number 5
The Output should be in case 1 (Show lines that are the same):
Number 2
Number 3
In case 2 (Show different lines):
Number 1
Number 4
Number 5
This should work regarless of the order of the lines!
Any suggestions?
Thx Holger
I am looking for a fast and efficient way to compare two text files and
create a thrid one.
E.g.
Input file 1:
Number 1
Number 2
Number 3
Number 4
Input file 2:
Number 2
Number 3
Number 5
The Output should be in case 1 (Show lines that are the same):
Number 2
Number 3
In case 2 (Show different lines):
Number 1
Number 4
Number 5
This should work regarless of the order of the lines!
Any suggestions?
Thx Holger