I have a large binary file (nearly binary file !) which has many \r\n
in it [ gets Generated in windows env and doesn't have controle over generating application ]. I want to remove \r from this big file [ =~ 1Gb ] to do further processing in another legacy app that shouts at \r's
Is there any easy way to do it the unix way?