From owner-freebsd-questions@FreeBSD.ORG Mon Dec 29 22:04:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DEFD106567B for ; Mon, 29 Dec 2008 22:04:56 +0000 (UTC) (envelope-from lconrad@Go2France.com) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.freebsd.org (Postfix) with ESMTP id C170B8FC19 for ; Mon, 29 Dec 2008 22:04:55 +0000 (UTC) (envelope-from lconrad@Go2France.com) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id F10E34726AA; Mon, 29 Dec 2008 22:43:20 +0100 (CET) Received: from localhost (localhost.MEIWay.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 715FD386950; Mon, 29 Dec 2008 22:43:21 +0100 (CET) (envelope-from lconrad@Go2France.com) X-AV-Checked: Mon Dec 29 22:43:21 2008 virusgate.meiway.com Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 2D8B6386702; Mon, 29 Dec 2008 22:43:20 +0100 (CET) (envelope-from lconrad@Go2France.com) Date: Mon, 29 Dec 2008 22:31:17 +0100 Message-Id: <200812292231.AA754909386@mail.Go2France.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Len Conrad" X-Sender: To: X-Mailer: Subject: help with sed and tick marks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lconrad@Go2France.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2008 22:04:56 -0000 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