Skip to content

Instantly share code, notes, and snippets.

@jsleetw
Created March 9, 2018 10:44
Show Gist options
  • Save jsleetw/43adeb0699e37e79996095e2dbcdfe16 to your computer and use it in GitHub Desktop.
Save jsleetw/43adeb0699e37e79996095e2dbcdfe16 to your computer and use it in GitHub Desktop.
find . -regextype posix-extended -regex ".*-[[:digit:]]{1,9}x[[:digit:]]{1,9}(@2x)?.(jpg|jpeg|png|eps|gif)" -type f -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment