Antwort
Mit sowas wie
find ./ -name <pattern> -exec cp {} <to-path> {} ";"
(Das ist allerdings wegen des -exec Syscalls nicht sehr effizient)