home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zodiac Super OZ
/
MEDIADEPOT.ISO
/
FILES
/
16
/
FREEDOS.ZIP
/
FD_A4PRE.ZIP
/
HELP
/
UNIX2DOS
< prev
next >
Wrap
Text File
|
1995-06-28
|
995b
|
67 lines
UNIX2DOS (utility) Free-DOS Alpha 4 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-