如何把查找到的文件放在一个文件夹(或路径)中?
find . -name *_Data.h -exec cp {} /work \;
注:exec 最后必须要加 \
Related Issues not found
Please contact @VeitchKyrie to initialize the comment
如何把查找到的文件放在一个文件夹(或路径)中?
find . -name *_Data.h -exec cp {} /work \;
注:exec 最后必须要加 \
Related Issues not found
Please contact @VeitchKyrie to initialize the comment