view hide file mac code example
Example 1: show hidden files mac
defaults write com.apple.Finder AppleShowAllFiles true
Example 2: macos show hidden files in finder keyboard shortcut
To show/hide press:
Command + Shift + .
defaults write com.apple.Finder AppleShowAllFiles true
To show/hide press:
Command + Shift + .