Need to remove all those ^M characters from a DOS file?
Uncategorized
1
Posts
1
Posters
0
Views
-
Need to remove all those ^M characters from a DOS file? Try
tr -d \\r < dosfile > newfile
-- Originally by Dru <genesis@istar.ca> -
undefined Stefano Marinelli shared this topic