[下一页][首页][上一页]
|
我如何拷贝整个目录包括它所有的内容?
|
NAME cp - 拷贝档案 SYNOPSIS cp [-R] source_file target_file cp [-R] source_file ... target_directory DESCRIPTION -R 若来指定的来源为一个目录,则 cp 会拷贝与它有关连的子目录。 |
范例: |
$ mkdir blurp $ ls NewNotes blurp hello_world mydir Notes dir hello_world.c notes $ cp -R dir blurp $ ls blurp dir $ |
[上一页][首页][下一页] |