|
|
|
|
|
by Gorgor
3483 days ago
|
|
Don't you end up duplicating every line break that way? I think it should be perl -p -e 's/\r//g' Bad_Microsoft.csv Good_unix.csv
After all, Microsoft files usually end in a carriage return followed by a line break and not a bare carriage return, don't they? |
|