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 -->
  #2 (permalink)  
Old 05-14-2008
era era is offline Forum Advisor  
Herder of Useless Cats (On Sabbatical)
  
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,652
This is likely not an issue of ASCII vs binary, but of line ending conventions. If you are opening it on a Windows or Mac computer, use an editor which can convert Unix line feeds to the local line ending convention. Or convert the file to something suitable before sending it (unix2dos would be pretty canonical I guess).