I'm trying to compare two text files one is Windows(CR\LF) and the other is Unix(LF). Both the files when opened in comparer tools like Beyond Compare are showing same although the file size bytes are different. Is there a way to make Google DMP show the files are equal?
Any help is really appreciated. Thank You!
You can do it like this:
Here is an answer that I used on how to match Windows, Linux, and MacOS line breaks: Match linebreaks - \n or \r\n?