标签: linux
我正在寻找一个可以复制文件夹树及其子文件夹的所有“.classpath”的linux命令,创建一个新文件夹和所有带有“.classpath”文件的子文件夹。
答案 0 :(得分:0)
cp `find -name "*.classpath"` destination/