Russian Apache mailing list archive (apache-rus@lists.lexa.ru)
[Date Prev ][Date Next ][Thread Prev ][Thread Next ][Date Index ][Thread Index ]
[apache-talk] Re: [apache-talk] Как скопирова ть файл?
> From: Andrey Gerasimov <andy@xxxxxxxxxx>
> Newsgroups: lists.apache.talk
> Subject: Re: [apache-talk] Как скопировать файл?
> Date: 26 января 1999 г. 18:45
>
> Khimenko Victor wrote:
>
> > >> makeindex >index.html.$$
> > >> mv -f index.html index.html.old
> > >> mv -f index.html.$$ index.html
> > >> rm -f index.html.old
> >
> > OB> А объяснения где? Зачем нужен
> > OB> mv -f index.html index.html.old
> > OB> ???
> >
> > Именно. AFAIK 1й и 3й строк вполне достаточно...
>
>
> hehe. joke. what if this file is open by httpd right now ?
Может быть так:
makeindex > index.html.$$
ln -f index.html.$$ index.html
rm -f index.html.$$
Все-таки, линк - атомарная операция.
С уваженим,
Игорь Сысоев
=============================================================================
= 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.