Remove .ds_store files


/ Published in: Bash
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. sudo find / -name ".DS_Store" -depth -exec rm {} \;

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.