How to compare two text files? Using sed, cmp, diff, tr?

Jonathan Wakely jwakely.gcc@gmail.com
Sat May 26 15:14:00 GMT 2012


On 26 May 2012 11:01, Georg-Johann Lay wrote:
>
> Is there a valid compare tool that compares text modulo line-endings?

POSIX diff with the -b option should report the files as equal, I
don't know if that's portable enough to rely on though.



More information about the Gcc mailing list