how to display hidden files in mac code example
Example 1: how to see hidden files in mac
Cmd + Shift + . (dot)
Example 2: how to view hidden files in mac terminal
defaults write com.apple.finder AppleShowAllFiles YES
Example 3: show hidden files osx
defaults write com.apple.Finder AppleShowAllFiles true
[Enter]
killall Findermixed