将查找到的文件放入指定文件夹

Posted by VK on September 22, 2019

如何把查找到的文件放在一个文件夹(或路径)中?

find . -name *_Data.h -exec cp {} /work \;

注:exec 最后必须要加 \