Skip to content

Commit 92b85e2

Browse files
authored
Update cp.md
1 parent b2719ac commit 92b85e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/cp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ cp -r -a aaa/* /bbb
9797

9898
递归强制复制目录到指定目录中覆盖已存在文件
9999

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

0 commit comments

Comments
 (0)