Return to Snippet

Revision: 80598
at March 21, 2020 23:15 by chrisaiv


Updated URL
https://www.chrisjmendez.com/2007/12/08/os-x-make-hidden-files-obvious-on-the-dock/

Updated Code
https://www.chrisjmendez.com/2007/12/08/os-x-make-hidden-files-obvious-on-the-dock/

Revision: 4376
at December 3, 2007 01:41 by chrisaiv


Initial Code
Make Hidden Files Apparent
defaults write com.apple.Dock showhidden -bool yes

Make Hidden Files Unapparent
defaults write com.apple.Dock showhidden -bool no

Initial URL


Initial Description
Open up terminal, paste the code below, then log your user out.

Initial Title
Os X Make Hidden Files Obvious on the Dock

Initial Tags
Bash, terminal

Initial Language
Bash