/ Published in: Bash
Turn On or Off Hidden Files in Terminal
Expand |
Embed | Plain Text
#Turn On Hidden Files in Terminal - - - - - defaults write com.apple.finder AppleShowAllFiles -bool true #Turn Off Hidden Files in Terminal - - - - - defaults write com.apple.finder AppleShowAllFiles -bool false
You need to login to post a comment.
