Convert Unix lines breaks to Macintosh line breaks
This one liner will convert Unix line breaks to Mac lines breaks in a text file
tr '\n' '\r' <unixfiletype.txt >macfiletype.txt
tr '\n' '\r' <unixfiletype.txt >macfiletype.txt
No comments yet.
RSS feed for comments on this post. TrackBack URL