To copy a directory use the command:
cp -r directory1 directory2
This copies directory1 and everything that it contains to directory2. The directory is created if it does not exist.
If directory2 does exist then directory1 is created as a subdirectory within it.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |