Tool 30: Convert a file from unix to dos
Description:
This tool converts a file using Unix end of lines style (0x0A) to a
file using Windows end of lines style (0x0D0A).
This tool permits to convert text files. It does not work on binary
files.
Synonyms:
unix2dos
Usage:
netwox 30 -i file -o file
Parameters:
parameter |
description |
example |
-i|--src-file file |
source filename |
srcfile.txt |
-o|--dst-file file |
destination filename |
dstfile.txt |
Examples:
netwox 30 -i "srcfile.txt" -o "dstfile.txt"
netwox 30 --src-file "srcfile.txt" --dst-file "dstfile.txt"