dos2unix

Convert text files between DOS, UNIX, and Mac line endings

brewmacoslinux
Try with needOr install directly
Source

About

Convert text between DOS, UNIX, and Mac formats

Commands

dos2unixunix2dos

Examples

Convert a DOS file to UNIX format$ dos2unix myfile.txt
Convert a UNIX file to DOS format$ unix2dos myfile.txt
Convert multiple files and keep backups$ dos2unix -b *.txt