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