Uses CRLF ( \r\n ), a combination of Carriage Return and Line Feed.
Uses LF ( \n ), a single Line Feed character. Classic Mac (pre-OS X): Used CR ( \r ). dos2unix binary download
If you try to run a script created on Windows on a Linux server without conversion, the shell may fail to execute it because it doesn't recognize the hidden \r characters. Official Download Sources Uses CRLF ( \r\n ), a combination of
Different operating systems use different characters to represent the end of a line in text files: Uses CRLF ( \r\n )