Use this for small list of files, for better performance use xargs.
find . -name *.conf -exec cp ‘{}’ /etc/apache/include/ \;
Use this for small list of files, for better performance use xargs.
find . -name *.conf -exec cp ‘{}’ /etc/apache/include/ \;