Recursively remove .DS_Store files
Posted by Grady on Jul 21, 2011 in | 0 comments
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/
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/