在 Finder 中显示所有隐藏文件的 MacOS 终端命令
MacOS Terminal command to show all hidden file in finder
如题所示,在Finder中显示所有隐藏文件的命令是什么?
defaults write com.apple.Finder AppleShowAllFiles true
作为奖励,您可能还喜欢在标题栏中显示完整路径
defaults write com.apple.Finder _FXShowPosixPathInTitle -bool true
别忘了
killall Finder
让他们生效
如题所示,在Finder中显示所有隐藏文件的命令是什么?
defaults write com.apple.Finder AppleShowAllFiles true
作为奖励,您可能还喜欢在标题栏中显示完整路径
defaults write com.apple.Finder _FXShowPosixPathInTitle -bool true
别忘了
killall Finder
让他们生效