superbiche of Les enculeys
2/22/2017 - 3:56 PM

Recursively remove .DS_Store files (excluding /Volumes that will include Time Machine, Network & recursively the disk). Run this command fro

Recursively remove .DS_Store files (excluding /Volumes that will include Time Machine, Network & recursively the disk). Run this command from your OS X system disk. From https://jonbellah.com/recursively-remove-ds-store/

May be used while installing http://asepsis.binaryage.com/ (close Finder, install asepsis, remove .DS_Store files, then reboot)

find . -name '*.DS_Store' -type f -delete -o -path ./Volumes