Skip to content

Instantly share code, notes, and snippets.

@robertannett
Last active July 13, 2021 10:39
Show Gist options
  • Save robertannett/0f4e2297f7f51a8976e830ad8036910f to your computer and use it in GitHub Desktop.
Save robertannett/0f4e2297f7f51a8976e830ad8036910f to your computer and use it in GitHub Desktop.
Delete Wordpress Generated Thumbs
// cd to /uploads folder and run
find . -name "*-*x*.*" -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment