Re: help with sed and tick marks

2008-12-29 Thread Giorgos Keramidas
On Mon, 29 Dec 2008 22:31:17 +0100, "Len Conrad" wrote: > A string in a file contains > > ('n...@domain.net'', > > ... where and we want to remove the extra tick mark, to have: > > ('n...@domain.net', > > iow, replace > > net'' > > with > > net' > > We've tried many combinations with sed, but fail

help with sed and tick marks

2008-12-29 Thread Len Conrad
A string in a file contains ('n...@domain.net'', ... where and we want to remove the extra tick mark, to have: ('n...@domain.net', iow, replace net'' with net' We've tried many combinations with sed, but failed. Suggestions? thanks, Len