Delete Mac OS X hidden files
Always useful to clean the Apple mess in your server.
#!/bin/sh
find . -name .DS_Store -exec rm -Rf {} \;
find . -name .Trashes -exec rm -Rf {} \;
Written by Maxime VALETTE
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#