Show/Hide hidden files Mac OS
1 min readNov 1, 2019
To show the hidden files in Mac OS, you can simply type this command in the Terminal:
$ defaults write com.apple.Finder AppleShowAllFiles true
$ killall Finder
On the contrary, set the attribute to ‘false’ to hide the files again.