DS_Store Terminator removes all .DS_Store files in a selected folder. After the .DS_Store is removed,drag the folder to Toast? or anywhere you want. (Rememberdon't open or move the folder! The .DS_store will be back).
Cocktail will do this, and many many other good OS X things, for five cents less.
http://www.macosxcocktail.com/
if you're trying to delete .DS_Store files, Cocktail is a much better software value.
[Version 1.0]
1 Reply
Anonymouscommented on 01 Nov 2004
Actually, Cocktail is 5 dollars MORE than DS Terminator and not as simple to use when you need to quickly clean files for uploading on a regular basis. Check your facts.
Anonymousreviewed on 25 Nov 2003
You boys like doing things the hard way!
find . -name .DS_Store -delete
[Version 1.0]
2 Replies
Anonymouscommented on 05 Jul 2005
THANKS FOR YOUR HELP! IT WORKED PERFECTLY. FOR SOME OF US NOVICE MAC USERS IT WOULD HAVE BEEN MORE HELPFUL IF YOU STATED, "OPEN TERMINAL AND TYPE IN THE FOLLOWING, ......" i FIGURED IT OUT ANYWAY. tHANKS AGAIN.
Anonymouscommented on 05 Jul 2005
I followed your command on terminal and now I lost all of my documents, photos and songs. any suggestions to get them back.
Anonymousreviewed on 17 Oct 2003
Look, it's even shorter!
find . -name .DS_Store -exec rm {} ;
Look, if you find this line too hard, then this shareware author is right. And the world is doomed.
[Version 1.0]
1 Reply
Anonymouscommented on 22 Apr 2005
rm `find . -name .DS_Store`
Anonymousreviewed on 03 Mar 2003
People who leave brutal comments like this
"This is stupid, why not just..." are probably just pissed off they didn't think of it first.
I am not a part of the company who developed this software.... Just a developer who is sick of the computer communities "holier than thou" attitude.
Please login or create a new MacUpdate Member account to use this feature
Watch Lists are available to MacUpdate Desktop Members Upgrade Now
Download and auto-install
using MacUpdate Desktop. Save
time moving folders and cleaning-up.
DS_Store Terminator removes all .DS_Store files in a selected folder. After the .DS_Store is removed,drag the folder to Toast? or anywhere you want. (Rememberdon't open or move the folder! The .DS_store will be back).
Anonymous reviewed on 24 Nov 2005
No drag 'n drop support
Why pay $10 for crap, you can make your own AppleScript for free WITH drag 'n drop support!
Lame!
Anonymous reviewed on 02 Sep 2004
find . -type f -name ".DS_Store" -print0 | xargs -0 rm -f
Anonymous reviewed on 13 Mar 2004
http://www.macosxcocktail.com/
if you're trying to delete .DS_Store files, Cocktail is a much better software value.
Anonymous reviewed on 25 Nov 2003
find . -name .DS_Store -delete
Anonymous reviewed on 17 Oct 2003
find . -name .DS_Store -exec rm {} ;
Look, if you find this line too hard, then this shareware author is right. And the world is doomed.
Anonymous reviewed on 03 Mar 2003
"This is stupid, why not just..." are probably just pissed off they didn't think of it first.
I am not a part of the company who developed this software.... Just a developer who is sick of the computer communities "holier than thou" attitude.
+4
There, I just saved you all $10.