Answers for "how to view hidden files in mac terminal"

6

hide hidden files mac

defaults write com.apple.Finder AppleShowAllFiles false
#Change 'false' by 'true' to show hidden files
killall Finder
Posted by: Guest on June-03-2020
1

how to view hidden files in mac terminal

defaults write com.apple.finder AppleShowAllFiles YES
Posted by: Guest on June-12-2020

Code answers related to "how to view hidden files in mac terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language