rss search

Recursively remove .DS_Store files

line Recursively remove .DS_Store files

Here’s the command:

find . -name ‘*.DS_Store’ -type f -delete

Reference: http://alex.tsd.net.au/2010/09/14/recursively-remove-ds_store-files/


Leave a Reply

You must be logged in to post a comment.