Skip to content

Instantly share code, notes, and snippets.

@cadrev
Created June 21, 2015 13:20
Show Gist options
  • Save cadrev/a0f63d65005c04d7b6b8 to your computer and use it in GitHub Desktop.
Save cadrev/a0f63d65005c04d7b6b8 to your computer and use it in GitHub Desktop.
Delete all jpeg inside a folder
find . -type f -iname \*.jpg -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment