Max && linux 命令:
意思是 在当前目录下 搜索 后缀为.png 的文件 然后 将搜索的结果 移动到 当前目录下为 1 的目录下 。
find ./ -name *.png -exec cp -r {} ./1 \;