From owner-freebsd-questions Tue Dec 3 2:13:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1081537B401 for ; Tue, 3 Dec 2002 02:13:51 -0800 (PST) Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 299D743EAF for ; Tue, 3 Dec 2002 02:13:50 -0800 (PST) (envelope-from tdv94ped@cs.umu.se) Received: from localhost (localhost [127.0.0.1]) by amavisd-new (Postfix) with ESMTP id BA932A017; Tue, 3 Dec 2002 11:13:43 +0100 (MET) Received: from kvist.cs.umu.se (kvist.cs.umu.se [130.239.40.192]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by grillolja.cs.umu.se (Postfix) with ESMTP id 76D8E9FDF; Tue, 3 Dec 2002 11:13:40 +0100 (MET) Date: Tue, 3 Dec 2002 11:13:39 +0100 (MET) From: Paul Everlund To: =?iso-8859-1?Q?Malik_B=FClent?= Cc: questions@freebsd.org Subject: Re: is there a "replace command" ? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Virus-Scanned: by amavisd-new amavisd-new-20020630 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 3 Dec 2002, Malik Bülent wrote: > But my expression has "/" that is there is a "/" in a expression What shall > i do ? > my expression is "new: 11" I want to change "new: 11" with "new/11" > > thanks # echo "new: 11" | sed s/new\:\ 11/new\\/11/ Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message