Quote:
Originally Posted by DNSB
Minor nit. The UNIX EOL is a LF not a CR. Apple used CR for an EOL up to Mac OS X where they switched to using a LF.
|
My recollection was that Macs used CRLF (and Windows used LFCR as chaley points out). I remember opening Mac files on my Unix system and having CRs at the end of each line (and Windows files had a CR at the beginning of each line). If it was only CR then it would be one long line with no line breaks.
But then I was using emacs and maybe it was doing something reasonable/smart about the end of lines.