mac显示隐藏.*文件
在命令行中输入下面命令就好了
显示:
defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:
defaults write com.apple.finder AppleShowAllFiles -bool false
在命令行中输入下面命令就好了
defaults write com.apple.finder AppleShowAllFiles -bool true
defaults write com.apple.finder AppleShowAllFiles -bool false