Last active
December 22, 2015 23:49
-
-
Save rankun203/6549228 to your computer and use it in GitHub Desktop.
查找并处理文件
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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