What is the simplest way to remove all the carriage returns \\r from a file in Unix?
\\r
you can simply do this :
$ echo $(cat input) > output