Skip to content

Commit 5959da7

Browse files
committed
change command
1 parent d7d85f1 commit 5959da7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mac相关/mac上常用命令.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
- 查看/取消 隐藏文件命令
77

8-
OS X(10.6~10.8) :
9-
``defaults write com.apple.Finder AppleShowAllFiles Yes && killall Finder``//显示隐藏文件
8+
OS X(10.6~10.8) :
9+
``defaults write com.apple.Finder AppleShowAllFiles Yes && killall Finder``//显示隐藏文件
1010

11-
``defaults write com.apple.Finder AppleShowAllFiles No && killall Finder`` //不显示隐藏文件
11+
``defaults write com.apple.Finder AppleShowAllFiles No && killall Finder`` //不显示隐藏文件
1212

13-
OS X 10.9+ :
14-
``defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder`` //显示隐藏文件
13+
OS X 10.9+ :
14+
``defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder`` //显示隐藏文件
1515

16-
``defaults write com.apple.finder AppleShowAllFiles No && killall Finder`` //不显示隐藏文件
16+
``defaults write com.apple.finder AppleShowAllFiles No && killall Finder`` //不显示隐藏文件

0 commit comments

Comments
 (0)