Skip to content

Instantly share code, notes, and snippets.

@gyk001
Created September 20, 2019 14:55
Show Gist options
  • Save gyk001/04e74911af5132c2ab2214c15116ca2f to your computer and use it in GitHub Desktop.
Save gyk001/04e74911af5132c2ab2214c15116ca2f to your computer and use it in GitHub Desktop.
# 批量格式转换
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