A string in a file contains
('name at domain.net'',
... where and we want to remove the extra tick mark, to have:
('name at domain.net',
iow, replace
net''
with
net'
We've tried many combinations with sed, but failed.
Suggestions?
thanks,
Len