forkdog

记录学习的地方

0%

find + mv 批量移动文件

1
2
# \ 表示结束  {} 表示find搜索的结果
find . -name *.png -exec mv {} 移动目录/ \;