Unix was here LONG before MSDOS. Unix always has used the LF (line feed) character (ascii 10) for line endings. Microsoft, in their Infinite Wisdom, decided to use that AND ascii 13 (CR or Carriage Return).
So what's the actual question? Most programming languages that run on both platfroms (Perl etc.) handle these differences for you. So do programs like FTp if you use TEXT mode to transfer. Unixes almost always have conversion filters to change text files to and from these formats, most printers can automatically add CR's after LF's and so on.
What is the actual problem you need to solve? Tony Lawrence
SCO Unix/Linux Resources
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.