📜  如何在 linux 中复制文件 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:21.099000             🧑  作者: Mango
代码示例4
# use cp for copy pasting BOTH files and folders in linux shell
cp source_file target_file
cp source_dir target_dir