That’s easy to fix: Unix tr command can convert every occurrence of one character in a file to another:
tr '\015' '\012' < file.win > file.unix
That’s easy to fix: Unix tr command can convert every occurrence of one character in a file to another:
tr '\015' '\012' < file.win > file.unix