打开“终端”,输入以下两条命令:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder
恢复默认状态
defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder
Mac路径显示技巧
本文介绍如何在Mac的Finder中显示完整的Posix路径,通过在终端输入特定命令,可轻松实现路径显示的开启与关闭,为用户提供更高效的操作体验。
打开“终端”,输入以下两条命令:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder
恢复默认状态
defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder
转载于:https://www.cnblogs.com/douglasvegas/p/7056576.html
1235

被折叠的 条评论
为什么被折叠?