I want to add a trailing argument to the appending version of the-exec option of find.
-exec
find
find . -exec echo {} asd + # expecting the foll
find . -exec sh -c 'echo "$@" asd' _ {} +