Last active
July 13, 2021 10:39
-
-
Save robertannett/0f4e2297f7f51a8976e830ad8036910f to your computer and use it in GitHub Desktop.
Delete Wordpress Generated Thumbs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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