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
Add New Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Add New Comment