To remove all DS_Store files in a specific directory:
- Select Applications > Utilities to launch Terminal.
- Enter the following UNIX command:
sudo find <directory path> -name ".DS_Store" -depth -exec rm {} \;
- When prompted for a password enter your Mac OS X Administrator password.
No comments:
Post a Comment