| dos2unix |
|
|
|
| Tuesday, 08 December 2009 19:10 |
Command dos2unixdos2unix command converts a text file format DOS/Mac to UNIX format. Syntaxdos2unix [options] [-o file ...] [-n source_file destination_file ...]
Options-h displays help about the team. DescriptionDos2unix command is used to convert the formats of text files DOS/Mac to UNIX format. It is known that the formats of text files in different operating systems different. This line test files in DOS end with a CR and LF (carriage return and line feed), in UNIX - only a symbol of LF. Mode -o (works on default) all files specified on the command line, correspond to the format UNIX. In mode -n separately specify source_file and destination_file. |