END-OF-LINE CONVENTIONS
OS
End of line (ASCII)
C form
Hex
UNIX/linux
LF
\n
0x0a
MacOS
CR
\r
0x0d
DOS/Windows
CR LF
\r\n
0x0d0a
VMS
CR LF
\r\n
0x0d0a