EOL v1.31 - convert between NL and CR+NL
Documentation revised 21 Oct 00 - Copyright (c) 1996-2000 by Rune Berg. TextTools Freeware.

Contents:


Usage Top || Next

eol [log logfile] [option] infile to outfile

See Understanding The Usage Section for details.


Description Top || Previous || Next

eol copies infile to outfile, replacing every NL (Newline) by CR+NL (Carriage-Return followed by Newline).

NL is end-of-line in Unix text files. CR+NL are end-of-line in MS-DOS, Windows, and OS/2 text files.

eol is smart enough not to change CR+NL to CR+NL+NL (i.e. eol detects when the input already has DOS style end-of-lines).

If you don't specify logfile, eol writes error messages to standard error.


Options Top || Previous || Next

eol recognizes the following command line options:


Return Codes Top || Previous || Next

eol returns with one of the following codes ("error levels"):

For more details, see TextTools General Features.


Version History Top || Previous

These are the released versions of eol:

End of document