Add command to show file extensions in finder

This commit is contained in:
Kevin Vandenborne 2015-10-16 14:01:43 +02:00
parent 1b828ef2e8
commit 01cab85e4b

View File

@ -256,6 +256,10 @@ textutil -convert html file.ext
```bash
chflags hidden /path/to/folder/
```
#### Show All File Extensions
```bash
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
```
#### Show All Hidden Files
```bash