Linux - 批量挪动不同文件夹中的同格式文件

Linux ---- 批量移动不同文件夹中的同格式文件

使用find 和 管道

 

find ./ -name *.txt  | xargs -i  cp {}  ~/share/