What is the simplest way to remove all the carriage returns \\r from a file in Unix?
\\r
Here is the thing,
%0d is the carriage return character. To make it compatabile with Unix. We need to use the below command.
%0d
dos2unix fileName.extension fileName.extension