how to find hidden files in linux 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: show hidden files osx
defaults write com.apple.Finder AppleShowAllFiles true
[Enter]
killall Findermixed
Example 4: ls show hidden files
$ ls -a
$ ls -al