On Fri, 2010-04-16 at 08:23 -0500, cnbiz850 wrote: > Is there a way to add the additional characters during editing (put in > the right line-change character for Windows)? See I am using Linux > and the editor is from the Windows program running via Wine on the > Linux system. > Yes. There are two command line utilities, dos2unix and unix2dos that convert the newlines used in the file. If you supply a file name as the only argument the file is converted in situ. They can do rather more than that too - see the manpage for details. Martin