ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Anton Farygin <rider@altlinux.com>
To: community@lists.altlinux.org
Subject: Re: [Comm] Команда cp - перезапись файла без запроса удаления
Date: Wed, 09 Jun 2010 00:38:20 +0400
Message-ID: <hum9n2$uk6$1@dough.gmane.org> (raw)
In-Reply-To: <20100608203047.GA9379@atlas.home>

09.06.2010 00:30, Sergey Vlasov пишет:
> On Tue, Jun 08, 2010 at 11:02:46PM +0300, Speccyfighter wrote:
>> Требуется рекурсивно скопировать содержимое текущего
>> каталога в другой каталог. При необходимости, молча
>> переписать существующие файлы без запроса удаления,
>> если таковые имеются.
>>
>> Делаю:
>> cp -fpR -- ./* /в/какой/каталог/копируем/
>>
>> А оно всё равно спрашивает:
>> cp: overwrite `/path/file'?
>>
>> Что делаю не так? И как сделать, чтобы не спрашивало
>> разрешение на перезапись файла/ов?
>
> Вызывать /bin/cp, чтобы не использовался заданный по умолчанию alias
> для cp, добавляющий опцию -i.  Отменить уже добавленную опцию -i
> нельзя (только перекрыть опцией -n, что в данном случае не подходит).
>
> Когда-то у cp была опция --reply={yes|no}, но потом её убрали; для
> --reply=no есть эквивалент -n, а вот для --reply=yes полноценной
> замены, перекрывающей -i, нет.

yes|cp -fpR -- ./* /в/какой/каталог/копируем/

это когда влом давить y, а программа не поддерживает опции, отменяющий 
запрос.




      parent reply	other threads:[~2010-06-08 20:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-08 20:02 Speccyfighter
2010-06-08 20:11 ` Alexey Borisenkov
2010-06-08 20:28   ` Speccyfighter
2010-06-08 20:30 ` Sergey Vlasov
2010-06-08 20:35   ` Speccyfighter
2010-06-08 20:38   ` Anton Farygin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='hum9n2$uk6$1@dough.gmane.org' \
    --to=rider@altlinux.com \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git