Skip to content

Instantly share code, notes, and snippets.

@doug
Created December 2, 2014 02:37
Show Gist options
  • Save doug/a9705af4d987e4a3065a to your computer and use it in GitHub Desktop.
Save doug/a9705af4d987e4a3065a to your computer and use it in GitHub Desktop.
parallel image convert
ls -1 *.png | parallel --eta convert '{}' '{.}.jpg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment