help with sed and tick marks

Len Conrad lconrad at Go2France.com
Mon Dec 29 22:04:56 UTC 2008



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





More information about the freebsd-questions mailing list