I have massive text files which contain ASCII character 1 (SOH) as column delimiter and ASCII character 2 (STX) as row delimiter. Have been looking at how to find and replace these characters but having a lot of trouble seeing as I can't even find out how to refer to them. I think I should be using a utility called sed but have read all of the sed man page and not any the wiser with regard to special characters.
I want to replace the SOH
with a |
and the STX
with a carriage return and line feed, anyone know how to do this?