Skip to content

Instantly share code, notes, and snippets.

@warantesbr
Last active December 29, 2015 06:49
Show Gist options
  • Save warantesbr/7631399 to your computer and use it in GitHub Desktop.
Save warantesbr/7631399 to your computer and use it in GitHub Desktop.
Remove files recursively
find . -name "*.jpg" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment