ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Denis Klykvin <nikon@e-nk.ru>
To: community@altlinux.ru
Subject: Re: [Comm] помогите со скриптиком
Date: Sat, 20 Nov 2004 02:24:02 +0300
Message-ID: <20041120022402.65238a23@nikon.office.e-nk.ru> (raw)
In-Reply-To: <200411200219.46652.metalking@inbox.ru>

On Sat, 20 Nov 2004 02:19:40 +0300
Metalking <metalking@inbox.ru> wrote:

> Доброго времени суток!
> 
> Принесли винт на котором несколько каталогов в каждом из которых около
> 1000000 файлов - суммарный объём файлов в каждом каталоге около 10Гб.
> Необходимо скопировать файлы содержащие последовательности знаков xyz
> и abc (для примера) на другой винт.  Подскажите как можно реализовать.
Гм.

cd dir1
find . -type f -name '*abc*' -exec cp {} /mnt/another_hd/dir1 \;

так сойдёт?


-- 
With Best Wishes, Denis Klykvin
JID:	nikon@jabber.ru
XmmS now play: DMX - Ain't no way


  reply	other threads:[~2004-11-19 23:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-19 23:19 Metalking
2004-11-19 23:24 ` Denis Klykvin [this message]
2004-11-19 23:55   ` Metalking
2004-11-20  0:03     ` Denis Klykvin
2004-11-20  7:45       ` [Comm] Что-то не соображу Руслан
2004-11-20  7:06         ` Sergey Lebedev
2004-11-20  7:43         ` Artem K. Jouravsky
2004-11-20 14:55           ` Руслан

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=20041120022402.65238a23@nikon.office.e-nk.ru \
    --to=nikon@e-nk.ru \
    --cc=community@altlinux.ru \
    /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