From 01cab85e4b9b4772832e3a097e0e6d1707b432dd Mon Sep 17 00:00:00 2001 From: Kevin Vandenborne Date: Fri, 16 Oct 2015 14:01:43 +0200 Subject: [PATCH] Add command to show file extensions in finder --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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