摘要:
I. 显示Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool true隐藏显示Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool falseII. 删除目录下的.DS_Store:Find /path/to/files –type f –name “.DS_Store” -print –delete或者:Find /path/to/files –type f –name “.DS_Store” -print0 | xargs –0 阅读全文
posted @ 2011-12-02 17:20
黑妞haha
阅读(14919)
评论(0)
推荐(0)
浙公网安备 33010602011771号