text 将目录及其所有文件复制到另一个目录

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 将目录及其所有文件复制到另一个目录相关的知识,希望对你有一定的参考价值。

You use -r (copy recursively) and specify the new name

cp -r /path/to/directory /path/to/location/new-name
replace with the real paths... for example to copy stuff from my home directory to an existing directory backup and name the new directory stuff-backup (if this directory already exists, note that stuff will be copied into it, not overwrite it).

cp -r ~/stuff ~/backup/stuff-backup

以上是关于text 将目录及其所有文件复制到另一个目录的主要内容,如果未能解决你的问题,请参考以下文章

将多个pdf文件复制到另一个目录,并将每个文件创建文件夹及其名称

在linux中复制文件夹但不复制tar文件

linux 怎样复制一个目录的所有文件到另一个目录

linux如何将一个目录下所有的文件都改成775的权限

使用 Grunt.js 将所有文件从目录复制到另一个目录

使用 Grunt.js 将所有文件从目录复制到另一个目录