1.显示Mac隐藏文件的命令:
defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder
2.隐藏Mac隐藏文件的命令:
defaults write com.apple.finder AppleShowAllFiles -bool false && killall Finder
显示文件:ls -ah
如下图所示:
1.显示Mac隐藏文件的命令:
defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder
2.隐藏Mac隐藏文件的命令:
defaults write com.apple.finder AppleShowAllFiles -bool false && killall Finder
显示文件:ls -ah
如下图所示: