Skip to content

Instantly share code, notes, and snippets.

@machiq
Last active September 6, 2018 19:32
Show Gist options
  • Save machiq/74d15e3fad2376c2d45cfcb6a9e34268 to your computer and use it in GitHub Desktop.
Save machiq/74d15e3fad2376c2d45cfcb6a9e34268 to your computer and use it in GitHub Desktop.
gsutil copy only jpg images
find /sourceDir -name "*.jpg" -type f | xargs ./shellScript.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment