80
Q:

how to view hidden files in mac terminal

defaults write com.apple.Finder AppleShowAllFiles false
#Change 'false' by 'true' to show hidden files
killall Finder
3
defaults write com.apple.Finder AppleShowAllFiles true
1

 >> To show hidden files, hold down: Cmd + Shift + . (dot) 
  
 >> Hold down Cmd + Shift + . (dot) a second time to hide the files again.
 
6
defaults write com.apple.finder AppleShowAllFiles YES
1

New to Communities?

Join the community