Apache-Talk mailing list archive (apache-talk@lists.lexa.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[apache-talk] =?KOI8-R?Q?Re:_=5Bapache-talk=5D_=EB=C1=CB_=D3=CB=CF=D0=C9=D2=CF=D7=C1?==?KOI8-R?Q?=D4=D8_=C6=C1=CA=CC=3F?=
> From: Andrey Gerasimov <andy@netclub.ru>
> 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@lists.lexa.ru mailing list =
Mail "unsubscribe apache-talk" to majordomo@lists.lexa.ru if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
|