markdown 在MAC OS X上显示和隐藏文件和文件夹

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 在MAC OS X上显示和隐藏文件和文件夹相关的知识,希望对你有一定的参考价值。

## Show and hide files and folders on MAC OS X

1. Open Terminal found in Finder > Applications > Utilities
2. In Terminal, paste the following: 

``` 
defaults write com.apple.finder AppleShowAllFiles YES
```

Press return

3. Hold the ‘Option/alt’ key, then right click on the Finder icon in the dock and click Relaunch.

This will show all hidden files. To hide them again, follow the same steps but replace the Terminal command with:
```
defaults write com.apple.finder AppleShowAllFiles NO
```

More details: https://ianlunn.co.uk/articles/quickly-showhide-hidden-files-mac-os-x-mavericks/

以上是关于markdown 在MAC OS X上显示和隐藏文件和文件夹的主要内容,如果未能解决你的问题,请参考以下文章

markdown 如果你已经在Mac OS X或Linuxbrew上通过Homebrew安装了Node,那么如何修复npm的说明

markdown 有关如何在Mac OS X上安装Fish shell的说明,包括Oh My Fish!。还包括几个有用的功能。

markdown Mac OS X设置。

markdown Mac OS X Rails开发环境设置

markdown Mac OS X上的Docker Machine

markdown 如何为Mac OS X创建“DMG安装程序”