Show/Hide Hidden Files on MacOS

To show:

defaults write com.apple.Finder AppleShowAllFiles true && killall Finder
Code language: Bash (bash)

To hide back:

defaults write com.apple.Finder AppleShowAllFiles false && killall Finder
Code language: Bash (bash)

Posted

in

,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *