EOL v1.30 - convert between NL and CR+NL |
Revised 2-Jan-99. Copyright (c) 1996-99 by Rune Berg. TextTools Freeware. |
Usage | Description | Options | Return Codes | Version History | tt_r6
Usage | Top | Next |
eol [log logfile] [option] infile to outfile
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. 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:
Option | Function |
---|---|
-u2d | Replace every CR+NL by NL. (No, eol does not remove every CR blindly - only when followed by a NL.) |
-d2u | Replace every NL by CR+NL (default). |
-v | Print version banner and usage info to standard error (or logfile, if given), then exit. |
Return Codes | Top | Previous | Next |
eol returns with one of the following codes ("error levels"):
Code | Meaning |
---|---|
0 | Success |
102 | Incorrect command line arguments |
104 | Error opening file |
105 | I/O error |
107 | File name clash |
Version History | Top | Previous |
These are the released versions:
Version | Date | Changes |
---|---|---|
1.02 | 25-Feb-96 | n/a |
1.10 | 26-Sep-96 | * Very minor changes. |
1.20 | 13-Jul-97 | * Now gives proper return codes |
1.30 | 2-Jan-99 | * Win32 version now prints coloured response texts. |
End of document |