Mac显示和隐藏文件的命令
打开命令行输入即可,不过要重启Finder才能看到效果
显示:
defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:
defaults write com.apple.finder AppleShowAllFiles -bool false
Published with Luweimy
打开命令行输入即可,不过要重启Finder才能看到效果
defaults write com.apple.finder AppleShowAllFiles -bool true
defaults write com.apple.finder AppleShowAllFiles -bool false