OSX Finder显示隐藏文件

Automator -> [服务] -> 搜索栏中找到"Run Shell Script"拖到右边的工作区 -> 复制以下脚本文本框中:  STATUS=`defaults read com.apple.finder AppleShowAllFiles` if [ $STATUS == YES ]; then defaults write com.apple.finder AppleShow
相关文章
相关标签/搜索