Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2002 11:13:39 +0100 (MET)
From:      Paul Everlund <tdv94ped@cs.umu.se>
To:        =?iso-8859-1?Q?Malik_B=FClent?= <bmalik@ihlas.net.tr>
Cc:        questions@freebsd.org
Subject:   Re: is there a "replace command" ?
Message-ID:  <Pine.GSO.4.44.0212031113070.19346-100000@kvist.cs.umu.se>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.44.0212031113070.19346-100000>