Культурный офтопик
 help / color / mirror / Atom feed
* [room]  Помогите со скриптиком.
@ 2006-09-28  9:58 Kaydannik Alex
  2006-09-28 10:07 ` Nick S. Grechukh
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Kaydannik Alex @ 2006-09-28  9:58 UTC (permalink / raw)
  To: культурный
	офтопик

Задача.
Дано:
Папка с подпапками в которой очень много хлама, и файлов очень разного типа.
Необходимо:
Создать скрипт который в другую папку перенесет всю структуру папок и 
перенесет файлы ОДНОГО или ДВУХ типов по всем папкам....
Проще: Должа нвыйти такая же структура с папками тольо файлы должны 
остаться лишь одно типа.

Мои потуги.
find /home/pol2/tmp/ -name "*.doc" -type f -exec /bin/cp -r {} \;

Недоработки - путь КУДА копировать надо изменить, заменив в строке {} 
/home/pol2 на то что необходимо.
Проблематика - cp не создает папок.

Другой подход к проблеме - скопировать ВСЕ и удалить ЛИШНЕЕ.
Как скопировать ВСЕ ПАПКИ СО ВСЕМИ ФАЙЛАМИ и удалить те которые не 
соответсвуют нескольким типам?



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2006-09-29 23:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-28  9:58 [room] Помогите со скриптиком Kaydannik Alex
2006-09-28 10:07 ` Nick S. Grechukh
2006-09-28 10:09   ` Nick S. Grechukh
2006-09-28 10:20     ` Kaydannik Alex
2006-09-28 10:33       ` Nick S. Grechukh
2006-09-28 11:19         ` [room] [JT] " Pavel Usischev
2006-09-28 11:24           ` Alexei V. Mezin
2006-09-28 11:26           ` Nick S. Grechukh
2006-09-28 11:52 ` [room] " Andrew Borodin
2006-09-28 15:16   ` Andrey Rahmatullin
2006-09-29  5:06     ` Andrew Borodin
2006-09-29 23:04     ` Michael Shigorin
2006-09-28 15:13 ` A.Kitouwaykin

Культурный офтопик

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/smoke-room/0 smoke-room/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 smoke-room smoke-room/ http://lore.altlinux.org/smoke-room \
		smoke-room@lists.altlinux.org smoke-room@lists.altlinux.ru smoke-room@lists.altlinux.com smoke-room@altlinux.ru smoke-room@altlinux.org smoke-room@altlinux.com
	public-inbox-index smoke-room

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


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