5 Useful Terminal Tricks for Mac Users

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 […]

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *

This site uses Akismet to reduce spam. Learn how your comment data is processed.