我想知道当我在命令中使用时,使用+和命令;结束之间有什么区别?-execfind
+
;
-exec
find
find .... -exec ... \;
VS
find .... -exec ... +
find ×1