🎨 批量删除大量文件
This commit is contained in:
parent
5efbbc4874
commit
331a18fc90
|
@ -13,7 +13,7 @@ tags:
|
||||||
比如对tmp目下大量以xhprof为后缀名文件进行删除:
|
比如对tmp目下大量以xhprof为后缀名文件进行删除:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
find ./ -type f -name "*.xhprof" -exec rm {} \
|
find ./ -type f -name "*.xhprof" -exec rm {} \;
|
||||||
```
|
```
|
||||||
|
|
||||||
1. find: 这是用于在文件系统中搜索文件和目录的命令。
|
1. find: 这是用于在文件系统中搜索文件和目录的命令。
|
||||||
|
|
Loading…
Reference in New Issue
Block a user