Existing users, log in.  New users, create a free account.  Lost password?

  |    |    |  

Version:  

   [ Views: 938 ]

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.  

3 of 4 users found this helpful.

Rate this Commentary

Was this Commentary helpful? Yes | No

Comments

1 comments |

Save some typing - Tony Walton

why not use

find . -name .DS-Store -delete ?

Reply to This

Thursday, January 13 2005 @ 04:09 AM PST