I've got two text files, e.g. File1.txt
:
A
B
C
E
and File2.txt
:
C
D
E
where the letters stand for lines.
I'd like to find all results in File1.txt
, that are not in File2.txt
The results in both files vary.
How could this be done? So in this case, it shall call out A and B.