Skip to content

Instantly share code, notes, and snippets.

@andrewjmead
Created February 23, 2016 16:22
Show Gist options
  • Select an option

  • Save andrewjmead/27a3163e4b7951d4e8f0 to your computer and use it in GitHub Desktop.

Select an option

Save andrewjmead/27a3163e4b7951d4e8f0 to your computer and use it in GitHub Desktop.
Remove Icon Files From Once Shared Folders
# Be careful which directory this is executed in
find . -name Icon? -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment