Skip to content

Instantly share code, notes, and snippets.

@ianatha
Created March 2, 2019 19:56
Show Gist options
  • Save ianatha/13b760e1ec07c0eeed29977696a137ff to your computer and use it in GitHub Desktop.
Save ianatha/13b760e1ec07c0eeed29977696a137ff to your computer and use it in GitHub Desktop.
mac sn to clipboard
system_profiler SPHardwareDataType | grep "Serial Number" | cut -d':' -f2 | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment