[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Searching for a text string RaQ3.



 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