dos2unix and unix2dos commands (original) (raw)

Last Updated : 19 Jul, 2024

Sometimes, you will need to move files between windows and unix systems. Window files use the same format as Dos, where the end of line is signified by two characters, Carriage Return or

**CR

or \r followed by Line Feed or

**LF

or \n. Unix files, on the other hand, use only Line Feed (\n).

**unix2dos

is a tool to convert line breaks in a text file from Unix format (Line feed) to DOS format (carriage return + Line feed) and vice versa.

0000020 012 167 145 154 143 157 155 145 040 164 157 040 165 156 151 170
\n w e l c o m e t o u n i x
0000040 015 012 165 156 151 170 040 151 163 040 145 141 163 171 015 012
\r \n u n i x i s e a s y \r \n
0000060