打开终端:
显示路径代码
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
如果想隐藏路径代码
defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO
MAC显示文件路径
原文:https://www.cnblogs.com/zhang-cb/p/12340297.html