Convert Unix lines breaks to Macintosh line breaks

Contributor Icon Contributed by skreuzer  
Tag Icon Tagged: Linux  

This one liner will convert Unix line breaks to Mac lines breaks in a text file

tr '\n' '\r' <unixfiletype.txt >macfiletype.txt

 

No Comments -


No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment -