摘要: find ./ -name "*.jpg" | xargs cp -t ./need_wash_img #将文件夹及子文件夹中的所有.jpg图片移动到指定文件夹中 dir *.jpg /s/b > list.txt #将文件夹及子文件夹中的图片名字保存到txt中 阅读全文
posted @ 2020-10-09 19:35 pogeba 阅读(88) 评论(0) 推荐(0) 编辑