📌  相关文章
📜  在 linux 中复制目录 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:29.348000             🧑  作者: Mango

代码示例3
#first - open the directory where the file is located.
#cp filename /home/YourUserName/Desktop/ -r
#for example
cp Books /home/kali/Desktop/ -r