The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 06-24-2009
methyl methyl is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 1,184
See "man ascii".

Newline and linefeed are the same character.
Carriage-return is a different character.

In unix text files the line terminator is linefeed.
In MSDOS/Windows text files the line terminator is two characters: carriage-return linefeed.

Both carriage-return and linefeed date from the manual typewriter keys of the same name.