 |

Txt2 v1.5

Usage
txt2dos [-h] [-o] [-r] filename[s]
txt2unix [-h] [-o] [-r] filename[s]
txt2mac [-h] [-o] [-r] filename[s]
| -h |
Show a short usage text. |
| -o |
Save the original file[s] into a new file[s] with extension ".old".
|
| -r |
Recurse into subdirectories. Process all the matching files
in all the subdirectories.
|
| filename[s] |
One or more file specifiers. A file specifier has the following
form: "[dir/][filename]". Default "dir" is the current working
directory. Default "filename" is "*" (all files in the directory).
If the "filename" contains wildcards "*" or "?" then all matching
files will be processed. Wildcards are not processed in "dir".
|
|
Installation
Just copy the programs to a directory in your path. Unix users will have
to copy the Makefile.unx file to Makefile, and then run make.
|
|
 |