I have 2 files with me having content like:
file1:
a
b
c
e
g
s
and file2
s
a
b
c
I want to compare contents of the file, that what which letters are NOT present in other file, and which Are present in other file. problem is that the size of the files is different. if it would have been same,then it wont be an issue and simple DIFF would give me the comparison.
if i compare file1 and file 2, i need to get the difference like this, following are not present in file 2:
e
g