Skip to content

Instantly share code, notes, and snippets.

@rcassani
Created October 29, 2017 22:21
Show Gist options
  • Save rcassani/76d03b7110c338fabf92609434503bd8 to your computer and use it in GitHub Desktop.
Save rcassani/76d03b7110c338fabf92609434503bd8 to your computer and use it in GitHub Desktop.
Copy original image files from WordPress backup
find . -regex ".*\.\(png\|jpg\|gif\|jpeg\)$" | grep -v "[0-9]x[0-9]" | xargs -I {} cp -i {} ~/Desktop/tmp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment