Skip to content

Commit b2719ac

Browse files
authored
Update cp.md
1 parent 513b0b5 commit b2719ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

command/cp.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,12 @@ cp -rfb ./* ../backup
102102
# 将当前目录下所有文件,复制到当前目录的兄弟目录 backup 文件夹中
103103
```
104104

105+
拷贝目录下的隐藏文件如 `.babelrc`
106+
107+
```bash
108+
cp -r aaa/.* ./bbb
109+
# 将 aaa 目录下的,所有`.`开头的文件,复制到 bbb 目录中。
110+
```
111+
105112

106113
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->

0 commit comments

Comments
 (0)