diff --git a/README.md b/README.md index 20f6ac8..3ea599b 100644 --- a/README.md +++ b/README.md @@ -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