[ic] Re: Very newbie question and new to the list...

Curt Hauge interchange-users@interchange.redhat.com
Wed Nov 14 10:59:01 2001


Quoting diavolo@mail.eaze.net:
> re: my problem:
> How, where and what file do I need to modify the line
> "Welcome to Construct Something, your online hardware store!"
> the line is under the menu.. 

try this:

grep -r "Welcome" /CATROOT/pages

from the command line during a telnet session

-r recurses sub-directories

This will return the files containing the text "Welcome"

Good luck!

Curt Hauge