5 Useful Terminal Tricks for Mac Users
defaults write com.apple.finder AppleShowAllFiles -bool TRUE Then, to let those changes take effect, restart the Finder by running: killall Finder You can also combine those two commands with some ampersands: defaults write com.apple.finder AppleShowAllFiles -bool TRUE && killall Finder (For the sake of simplicity, I’ll do that for the rest of the commands in this […]
Posted from: this blog via Microsoft Flow.
Comments
Post a Comment