How to delete all the .DS_Store files in your Mac?

This is the command.

sudo find / -name “.DS_Store” -depth -exec rm {} \;

Did you like this? Share it:
About Charles Lau

Charles is a full-time regional e-marketing job holder as well as a part-time internet entrepreneur based in Singapore. He loves blogging, e-marketing, social media and web programming. Visit his website here →.

Comments

comments