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
simplest awk '{gsub(/\047|:/,"")};1'
awk '{gsub(/\047|:/,"")};1'