Skip to content

Instantly share code, notes, and snippets.

@rodrigoueda
Created December 9, 2015 17:30
Show Gist options
  • Select an option

  • Save rodrigoueda/46fb9e19d211eefa6f03 to your computer and use it in GitHub Desktop.

Select an option

Save rodrigoueda/46fb9e19d211eefa6f03 to your computer and use it in GitHub Desktop.
find . -name "*.png" -exec sh -c 'r=$(identify -verbose {} | grep "Colors:\ 1"); if [ ${#r} -gt 0 ]; then echo "mv {} {}.bkp"; mv {} {}.bkp; fi' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment