mac显示和隐藏文件

封装了一下显示和隐藏的脚本,方便mac上的文件隐藏和显示app

if [ `defaults read com.apple.finder AppleShowAllFiles` = "1" ];  then
defaults write com.apple.finder AppleShowAllFiles -bool false
else
defaults write com.apple.finder AppleShowAllFiles -bool true
fi
killall Finder

下载地址:显示和隐藏.appblog

相关文章
相关标签/搜索