Version:
A good and…
Feedback Type: Commentary
Contributed by: Romuald Saturday, April 26 2003 @ 02:35 AM PDT
Product Platform: MacOSX
Used Product For: Unspecified
A good and quick way to get rid of thoose .DS_Store can be done by the terminal by using find . -name .DS_Store -exec rm '{}' ; This will delete all DSStores from the current directory and all his subdirectories.
Save some typing - Tony Walton
why not usefind . -name .DS-Store -delete ?
Reply to This
Thursday, January 13 2005 @ 04:09 AM PST