If someone else does not underestimate: To show hidden files on Mac OS X, or vice versa, there are two ways to disable their display.
Method number 1:We start the terminal and write the following lines:
defaults write com.apple.finder AppleShowAllFiles TRUE
killall finder
Possible option
defaults write com.apple.finder AppleShowAllFiles TRUE; killall Finder
In order to disable the display of hidden files in the above commands, it is enough to replace “TRUE” with “FALSE”
As a result, we have:
defaults write com.apple.finder AppleShowAllFiles FALSE
killall finder
It's simple.
Method number 2:Quite a radical way, we go directly to edit the Finder settings file.
Go to the folder \ Users \ Your profile \ Library \ Preferences \
Open to edit the file com.apple.finder.plist
Find the AppleShowAllFiles parameter and change its value to "TRUE"
Done (restart Finder do not forget).
To disable the display of hidden files, we perform a similar operation and change the value of the AppleShowAllFiles parameter from “TRUE” to “FALSE”
OriginalQuestion for osx connoisseurs: Who is able to create a switch for auto-motion?