Convert Unix lines breaks to Macintosh line breaks
This one liner will convert Unix line breaks to Macintosh lines breaks in a text file
tr '\012' '\015' < unix-format-file > mac-friendly-file
tr '\012' '\015' < unix-format-file > mac-friendly-file