Convert Macintosh line breaks to Unix line breaks

Contributor Icon Contributed by skreuzer Date Icon October 18, 2003  
Tag Icon Tagged: UNIX

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


tr '\015' '\012' < macintosh-format-file > unix-friendly-file

Previous recipe | Next recipe |
 
blog comments powered by Disqus