tofrodos

Converts text files between DOS and UNIX line ending formats

brewmacoslinux
Try with needOr install directly
Source

About

Converts DOS <-> UNIX text files, alias tofromdos

Commands

dos2unixunix2dostofromdos

Examples

Convert a DOS file to UNIX format$ dos2unix myfile.txt
Convert a UNIX file to DOS format$ unix2dos myfile.txt
Convert file and save to a new file$ dos2unix -n input.txt output.txt