Created
December 3, 2014 16:49
-
-
Save trevor-atlas/4d47d1129526f7b4c1f7 to your computer and use it in GitHub Desktop.
Find and delete extraneous osx files
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
find /var/www/html \( -name '.DS_Store' -or -name '._*' \) -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment