Mac显示和隐藏“隐藏文件”命令
Mac显示“隐藏文件”命令:
defaults write com.apple.finder AppleShowAllFiles -bool true
Mac关闭“显示隐藏文件”命令:
defaults write com.apple.finder AppleShowAllFiles -bool false
重新启动 Finder命令:
killall Finder
Mac显示“隐藏文件”命令:
defaults write com.apple.finder AppleShowAllFiles -bool true
Mac关闭“显示隐藏文件”命令:
defaults write com.apple.finder AppleShowAllFiles -bool false
重新启动 Finder命令:
killall Finder