Skip to content

Commit 1a51c49

Browse files
authored
Update cp.md
1 parent 96a0bcc commit 1a51c49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

command/cp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ cp -r -a aaa/* /bbb
9393

9494
\cp -r -a aaa/* /bbb
9595
# 成功,没有提示按Y、传递了目录属性、没有略过目录。
96+
```
97+
98+
递归强制复制目录到指定目录中覆盖已存在文件
9699

100+
```
97101
cp -rfb ./* ../backup
98102
# 将当前目录下所有文件,复制到当前目录的兄弟目录 backup 文件夹中
99103
```

0 commit comments

Comments
 (0)