Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Dec 2008 22:31:17 +0100
From:      "Len Conrad" <lconrad@Go2France.com>
To:        <freebsd-questions@freebsd.org>
Subject:   help with sed and tick marks
Message-ID:  <200812292231.AA754909386@mail.Go2France.com>

next in thread | raw e-mail | index | archive | help


A string in a file contains

('name@domain.net'',

... where and we want to remove the extra tick mark, to have:

('name@domain.net',

iow, replace 

net'' 

with 

net'

We've tried many combinations with sed, but failed.

Suggestions?

thanks,
Len






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812292231.AA754909386>