Return to Snippet

Revision: 64400
at August 4, 2013 01:05 by Haerviu


Initial Code
sudo find / -name ".DS_Store" -depth -exec rm {} \;

Initial URL
http://helpx.adobe.com/dreamweaver/kb/remove-ds-store-files-mac.html

Initial Description
DS_Store files are automatically created by Mac OSX Finder in browsed directories. These files contain information about system configuration. If you upload them along with other files, the files can be misused to obtain information about your computer.

Initial Title
Remove .ds_store files

Initial Tags
unix, terminal

Initial Language
Bash