Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://comet.sai.msu.ru/UNIXhelp/tasks/cp1.html
Дата изменения: Fri Jan 17 12:43:23 1997 Дата индексирования: Mon Oct 1 21:44:31 2012 Кодировка: Поисковые слова: http news.cosmoport.com 2002 05 16 6.htm |
To create a new copy of a directory:
cp -r draft presentation
This copies all the files and subdirectories in the directory draft into a new directory presentation.
You try to create a copy of a directory using the name of directory that already exists:
cp -r planA projects
If the directory projects already exists, then a copy of the directory planA will be created in this directory.