Skip to content

Instantly share code, notes, and snippets.

@o-az
Created July 27, 2021 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save o-az/d324e57fa2b7ec304377dee756c04d43 to your computer and use it in GitHub Desktop.
Save o-az/d324e57fa2b7ec304377dee756c04d43 to your computer and use it in GitHub Desktop.
Useful macOS CLI commands
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