码迷,mamicode.com
首页 > 其他好文 > 详细

OSX Finder显示隐藏文件

时间:2014-11-16 18:31:22      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   使用   sp   文件   div   

Automator -> [服务] -> 搜索栏中找到"Run Shell Script"拖到右边的工作区 -> 复制以下脚本文本框中: 

STATUS=`defaults read com.apple.finder AppleShowAllFiles` 
if [ $STATUS == YES ]; 
then 
defaults write com.apple.finder AppleShowAllFiles NO 
else 
defaults write com.apple.finder AppleShowAllFiles YES 
fi 
killall Finder  

bubuko.com,布布扣

Command + S保存。
使用时找到Finder -> [服务]即可。

OSX Finder显示隐藏文件

标签:style   blog   http   color   os   使用   sp   文件   div   

原文地址:http://www.cnblogs.com/portrayer/p/4101609.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!