I need some help with this:
I want to compare 2 files, and get an output file with only the new lines of File2 (compared to File1)
I didnt manage to do this with diff, any suggestions how to solve this?
Example:
File1:
A
B
C
File2:
A
B
C
D
E
Output file:
D
E