Delete .DS_STORE files in current folder and all subfolders from command line on Mac

前端 未结 0 1038
既然无缘
既然无缘 2020-12-23 00:33

I understand I can use find . -name \".DS_Store\" to find all the .DS_Store files in the current folder and all subfolders. But how could I delete them from co

相关标签:
回答
  • 消灭零回复
提交回复
热议问题