in reply to Re: ignore duplicates and show unique values between 2 text files
in thread ignore duplicates and show unique values between 2 text files

> If you have TWO files, then you would do "++" on the first, and "--" on the second...

this only works if lines are already unique within their files.

i.a.w. 2-1 is true but means the line appeared in both files...

Cheers Rolf

( addicted to the Perl Programming Language)

  • Comment on Re^2: ignore duplicates and show unique values between 2 text files
  • Download Code