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 linefeed characters. Is Hexl mode the right way to do this?
No need for hexl-mode for this. Just do a global-search-and-replace of ^J^M with ^J Works for me. :) Then save the file, kill the buffer, and revisit the file so the window shows the new file mode (Unix vs DOS).
2.1m questions
2.1m answers
60 comments
57.0k users