diff --git a/published/20230711.1 ⭐️⭐️ Using cp Command in Linux.md b/published/20230711.1 ⭐️⭐️ Using cp Command in Linux.md index e285668290..216686b20d 100644 --- a/published/20230711.1 ⭐️⭐️ Using cp Command in Linux.md +++ b/published/20230711.1 ⭐️⭐️ Using cp Command in Linux.md @@ -64,9 +64,9 @@ cp 文件1 文件2 文件3 目标目录 cp *.txt 目标目录 ``` -![使用通配符扩展复制多个文件,比如所有 .txt 后缀的文件:][6] +![使用通配符扩展复制多个文件,比如所有 .txt 后缀的文件][6] -### 复制文件时避免覆盖现有文件。 +### 复制文件时避免覆盖现有文件 如果你将 `file1.txt` 复制到一个已经存在名为 `file1.txt` 文件的目录中,它会将原有的文件覆盖掉。