Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2006 05:12:01 +0100
From:      DeepTech <deeptech147@hotpop.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Search & Replace Issue
Message-ID:  <458DFE11.1040201@hotpop.com>

next in thread | raw e-mail | index | archive | help
OK, specifically,

sed -e 's/http\:\/\/www\.domain\.htm\///g' *.htm > *.htm

The sed command processes files with some regexp stuff,
this command removes the http://www.domain.htm/ from htms.
NOTE: not sure if u have to use a '\' before that ':'




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