NAME crlf - Convert text files between format and format. SYNOPSIS crlf [-r -] DESCRIPTION Crlf converts text file formats. MS-DOS uses a format that marks the end of a line with two characters, . Unix uses a format with only . Sometimes this difference can cause normally well-behaved programs to fail. Use crlf to convert between these two formats. Options: -r Reverse the type of conversion. Default is to convert to format. The -r option causes the conversion to be to format. - The next argument is a file name. Useful when the file name begins with a dash. EXAMPLES crlf unixfile >dosfile crlf -r dosfile >unixfile crlf