我想知道的含义{} +的exec命令,之间有什么区别{} +和{} \;。确切地说,这两者之间有什么区别:
{} +
exec
{} \;
find . -type f -exec chmod 775 {} + find . -type f -exec chmod 775 {} \;
find
find ×1