Skip to content

Commit

Permalink
Update rm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 18, 2022
1 parent 480003b commit 8e596b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions command/rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ rm -r testdir
rm -r -i testdir
```

**批量删除 `icons` 文件夹中的子文件夹中的 data 文件夹**

```shell
rm -rf icons/**/data
```

**rm 忽略不存在的文件或目录**

> -f 选项(LCTT 译注:即 “force”)让此次操作强制执行,忽略错误提示
Expand Down

0 comments on commit 8e596b7

Please sign in to comment.