Convert Macintosh line breaks to Unix line breaks

Contributor Icon Contributed by skreuzer  
Tag Icon Tagged: UNIX  

This one liner will convert Mac line breaks into Unix line breaks

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

 

No Comments -


No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment -