Re: Search Replace Issue

2006-12-24 Thread DeepTech

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 ':'

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Search Replace Issue

2006-12-23 Thread DeepTech

Don't know anything concrete, but: regexp or wildcards.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]