Skip to content

Instantly share code, notes, and snippets.

@xianhuazhou
Created May 21, 2011 05:34
Show Gist options
  • Select an option

  • Save xianhuazhou/984285 to your computer and use it in GitHub Desktop.

Select an option

Save xianhuazhou/984285 to your computer and use it in GitHub Desktop.
for f in `ls *.JPG`; do convert -resize 1024x768 $f target/`echo $f | tr A-Z a-z`; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment