[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Searching for a text string RaQ3.
- Subject: Re: [cobalt-users] Searching for a text string RaQ3.
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Sun Dec 2 12:14:54 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I need to find out if there is a way of searching a RaQ3 for the presence of
> a certain text string *within* any of the *.htm files on the drive?
>
> My ISP (AT&T@Home) has just changed my email address without notice, from
> @home.com to @attbi.com
>
> This means each and every one of my forms and email addresses needs to be
> changed.
>
You could cd to /home/sites
and do grep -r @Home *
This should give a list of files with the string @Home
Gerald