Skip to content

Instantly share code, notes, and snippets.

@sueharaluke
Created July 26, 2018 07:37
Show Gist options
  • Save sueharaluke/32fc2b3dc415cadfcf3f3651206d9ed6 to your computer and use it in GitHub Desktop.
Save sueharaluke/32fc2b3dc415cadfcf3f3651206d9ed6 to your computer and use it in GitHub Desktop.
Find and delete all Google Drive icon files
find . -name 'Icon*' -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment