1使用终端切换到指定的空间目录 如:
cd /Users/hw/eclipse-workspace/
2.然后在终端执行如下命令
sudo find ./ -name ".DS_Store" -depth -exec rm {} \;