小编Moh*_*sen的帖子

find 的 -exec 命令中的 {} + 是什么意思?

我想知道的含义{} +exec命令,之间有什么区别{} +{} \;。确切地说,这两者之间有什么区别:

find . -type f -exec chmod 775 {} +
find . -type f -exec chmod 775 {} \;
Run Code Online (Sandbox Code Playgroud)

find

32
推荐指数
3
解决办法
5万
查看次数

标签 统计

find ×1