Skip to content

Instantly share code, notes, and snippets.

@rankun203
Last active December 22, 2015 23:49
Show Gist options
  • Save rankun203/6549228 to your computer and use it in GitHub Desktop.
Save rankun203/6549228 to your computer and use it in GitHub Desktop.
查找并处理文件
find /home/mindfine/下载/图片/ -name "*.bmp" -exec java ImgToArray {} {}.txt \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment