Tagged Questions
3
votes
9answers
4k views
In emacs, how to strip CR (^M) and leave LF (^J) characters?
I am trying to use hexl mode to manually remove some special chars from a text file and don't see how to delete anything in hexl mode.
What I really want is to remove carriage return and keep ...