Created
February 23, 2016 16:22
-
-
Save andrewjmead/27a3163e4b7951d4e8f0 to your computer and use it in GitHub Desktop.
Remove Icon Files From Once Shared Folders
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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