I’d like to know the difference (with examples if possible) between
CR LF (Windows), LF (Unix) and CR (Macintosh) line break types.
I’d like to know the difference (with examples if possible) between CR LF (Windows),
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s really just about which bytes are stored in a file.
CRis a bytecode for carriage return (from the days of typewriters) andLFsimilarly, for line feed. It just refers to the bytes that are placed as end-of-line markers.There is way more information, as always, on Wikipedia.