exec command on find results

Use this for small list of files, for better performance use xargs.

find . -name *.conf -exec cp ‘{}’ /etc/apache/include/ \;