[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Linux question
- Subject: Re: [cobalt-users] Linux question
- From: "Steve Werby" <steve-lists@xxxxxxxxxxxx>
- Date: Fri Feb 8 17:19:16 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"bob lenaerts" <bob@xxxxxxxxxx> wrote:
> I have tralala.html on my site.
> I have several other domains on the same server with the same page
> (tralala.html)
>
> Now I adjust my tralala.html page, and want to REPLACE all the other
> tralala.html pages on that server, with the exact tralala.html as mine.
> I know this is possible, but don't know the exact command.
Assuming all of the tralala.html files are in the web directory of your
sites and the file you want to copy from is at /path_to_source/tralala.html
then do the following:
find /home/sites/*/web -name "tralala.html" -exec cp
"/path_to_source/tralala.html" {} \;
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/