how to show hidden files in terminal code example
Example 1: view hidden files ls
$ ls -a
OR
$ ls -al
Example 2: how to see hidden files in mac
Cmd + Shift + . (dot)
Example 3: how to view hidden files in mac terminal
defaults write com.apple.finder AppleShowAllFiles YES