Spring Cleaning

I am cleaning up random files that Machintosh computers create that are useless to other systems, like Linux.

find . -name '*S_Store*' -exec rm -r {} \;
find . -name '.AppleDouble' -exec rm -r {} \;

Oh the lame ways to add metadata to file systems....


By Albert on May 29, 2010 8:47 PM