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 c
Oops. That ^J^M needs to be entered as two literal characters. Use c-q c-j, c-q c-m and for the replacement string, use c-q c-j.
c-q
c-j
c-m