 |
Index for Section 1as |
|
 |
Alphabetical listing for U |
|
 |
Bottom of page |
|
unix2dos(1as)
NAME
unix2dos - Converts UNIX text files to DOS text file formats
SYNOPSIS
/usr/bin/unix2dos [-v] filename [filename]...
/usr/bin/unix2dos filename [filename]... [-v]
OPTIONS
filename
The name of the file to be converted.
-v Verbose - displays the names of the UNIX files as they are being
converted to DOS format.
DESCRIPTION
unix2dos converts and modifies a file from UNIX text format to DOS text
format by converting the linefeed character (ASCII 10) at the end of each
record to carriage return (ASCII 13) and linefeed (ASCII 10) characters.
The DOS Ctrl/Z termination character is not appended to the end of the file
being converted.
SEE ALSO
For information about converting DOS files to UNIX format, see commands:
ud(1) and dos2unix(1as).
 |
Index for Section 1as |
|
 |
Alphabetical listing for U |
|
 |
Top of page |
|