On Tue, 26 Jan 1999, Konstantin Tokar wrote:
> Мне хочется собирать index.html файл из разных запросов к базе данных.
> Вопрос - как его скопировать на место старого index.html, чтобы текущие
> запросы к нему не испортились?
makeindex >index.html.$$
mv -f index.html index.html.old
mv -f index.html.$$ index.html
rm -f index.html.old
.old пропадет окончательно после того, как его закроют все демоны, читавшие
его.
Sincerely,
D.Marck [DM5020, DM268-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@xxxxxxxx ***
------------------------------------------------------------------------
=============================================================================
= Apache-Talk@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.