K 10 svn:author V 6 jilles K 8 svn:date V 27 2013-02-10T13:28:02.075393Z K 7 svn:log V 337 find: In -execdir ... {} +, only pass one file per invocation. This is inefficient but ensures that -execdir ... {} + does not mix files from different directories in one invocation; the command could not access some files. Files from the same directory should really be handled in one invocation but this is somewhat more complicated. END