Skip to content

Instantly share code, notes, and snippets.

@oclero
Created December 6, 2021 16:42
Show Gist options
  • Save oclero/52ae299fa19b9d015ffc107b5e0b12f0 to your computer and use it in GitHub Desktop.
Save oclero/52ae299fa19b9d015ffc107b5e0b12f0 to your computer and use it in GitHub Desktop.
MacOS Terminal Utilities

MacOS Terminal Utilities

Get OS version

sw_vers

Output:

ProductName:    Mac OS X
ProductVersion: 10.15.7
BuildVersion:   19H1519

Show hidden files

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment