Skip to content

Instantly share code, notes, and snippets.

@mrkkr
Created January 5, 2018 14:18
Show Gist options
  • Save mrkkr/83195cce389a2a79060784da7eb08b0b to your computer and use it in GitHub Desktop.
Save mrkkr/83195cce389a2a79060784da7eb08b0b to your computer and use it in GitHub Desktop.
Usunięcie zdjęć miniaturek z folderu /uploads/ w WP przez SSH #bash
find . -name *-*x*.jpg | xargs rm -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment