I had a moment of enlightenment today while working with text files. Summary... Unix formats new lines with the "\n" escape sequence, but Windows looks for "\r\n"
The files were mime messages that came into a Unix-based mail server. These file...
[More]