Skip to content

Instantly share code, notes, and snippets.

@ivankristianto
Created January 16, 2014 01:10
Show Gist options
  • Save ivankristianto/8448000 to your computer and use it in GitHub Desktop.
Save ivankristianto/8448000 to your computer and use it in GitHub Desktop.
Delete all thumbs.db in Linux
find sip-design/ -iname 'thumbs.db' -exec rm -rfv {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment