添加到Eric Jablow的答案,这里是一个可能的解决方案(它为我工作 – linux mint 14 / nadia)
find /path/to/search/ -type f -name "glob-to-find-files" | xargs cp -t /target/path/
您也可以参考“How can I use xargs to copy files that have spaces and quotes in their names?”。