I have lines with a single : and a\' in them that I want to get rid of. I want to use awk for this. I\'ve tried using:
:
\'
awk
This also works:
awk '{gsub("\x27",""); print}'