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