Skip to content

Instantly share code, notes, and snippets.

@trevor-atlas
Created December 3, 2014 16:49
Show Gist options
  • Save trevor-atlas/4d47d1129526f7b4c1f7 to your computer and use it in GitHub Desktop.
Save trevor-atlas/4d47d1129526f7b4c1f7 to your computer and use it in GitHub Desktop.
Find and delete extraneous osx files
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