I came to understand that the following is the way to toggle the visibility of hidden files:
defaults write com.apple.finder AppleShowAllFiles YES
# replace YES with NO to hide hidden files
killall -HUP Finder /System/Library/CoreServices/Finder.app
Is there a way to show/hide hidden files without killing the Finder?
Aucun commentaire:
Enregistrer un commentaire