Created
September 20, 2019 14:55
-
-
Save gyk001/04e74911af5132c2ab2214c15116ca2f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 批量格式转换 | |
for file in *.jpg; do convert $file dist/${file%%.*}.jpg; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment