UNIX2DOS (utility) Free-DOS Alpha 5 release UNIX2DOS (utility)
NAME:
UNIX2DOS - Converts text file(s) from UNIX to newline DOS
format
SYNOPSIS:
UNIX2DOS [file..]
DESCRIPTION:
UNIX2DOS converts the single newline character used in UNIX
to the DOS carriage return/newline pair used in DOS. The
converted files are printed to the standard output so that
you can redirect them to a file.
If no file is specified, UNIX2DOS will convert the data read
from standard input. Data may be piped or redirected into
UNIX2DOS.
AUTHOR:
James Hall
EXAMPLES:
To convert the UNIX file "PASSWD" to the DOS file
"PASSWD.OUT":
UNIX2DOS PASSWD > PASSWD.OUT
-1-