Created
July 27, 2021 23:45
-
-
Save o-az/d324e57fa2b7ec304377dee756c04d43 to your computer and use it in GitHub Desktop.
Useful macOS CLI commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. SHOW HIDDEN FILES IN FINDER BY DEFAULT: | |
defaults write com.apple.finder AppleShowAllFiles true | |
killall Finder | |
# To switch back, do the same but substitute false for true. | |
# Alternatively you can use CMD + SHIFT + period in a specific Finder folder | |
___________________________________________________________________ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment