查找当前目录下的所有*.xml文件并将所有结果复制到 /tmp/doc /xml目录下

 

    #:find . -iname "*.xml" -type f -exec cp {} /tmp/xml \;