Coding help with export
Kenneth Brody
kenbrody at bestweb.net
Thu Apr 12 11:06:50 PDT 2007
Quoting Del (Thu, 12 Apr 2007 13:49:28 -0500):
[...]
> Under SCO Unix, I am using the "export word" command to produce a flat
> ASCII file. Export word defaults to a record (or line) delimiter of \n
> (newline). I want to change this to \r\n (carriage return/newline) for
> compatibility with some windows software that the data is passed to.
[...]
Are you going to move it to a Windows box? If so, simply use the
text mode transfer of whatever program you are using to move it,
and the conversion will be done for you.
If you must have it in CRLF format on your Unix box, then you can
use SCO's "xtod" utility:
xtod <oldfilename >newfilename
--
KenBrody at BestWeb dot net spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com
More information about the Filepro-list
mailing list