Command

cp

3 useful snippets found.

如何一次复制多个文件

cp [文件1] [文件2]... [目标目录]

如何保留属性/日期复制文件

cp -p [源] [目标]

如何复制整个目录

cp -r [源] [目标]