Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save codenameEli/473bd9b98486e797644b6e5ffc964fc8 to your computer and use it in GitHub Desktop.
Save codenameEli/473bd9b98486e797644b6e5ffc964fc8 to your computer and use it in GitHub Desktop.
Finds all WordPress created images in the current directory and deletes them
find -E . -iregex '.*-([0-9])+x+([0-9])+.(jpg|png|gif)' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment