in reply to Re: Comparing unordered but similar data files
in thread Comparing unordered but similar data files

If shell, I'd bash it like this:
comm -3 <(sort abc) <(sort abc2)