> Even when you use multiple arguments per command as with
> -exec '{}' +
> ? It is still spawning a new process for every file match?No, then it will use the maximum number of file arguments allowed by your shell for each process.
> Even when you use multiple arguments per command as with
> -exec '{}' +
> ? It is still spawning a new process for every file match?No, then it will use the maximum number of file arguments allowed by your shell for each process.