Skip to content

Instantly share code, notes, and snippets.

@kopiro
Last active June 19, 2019 12:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kopiro/528dc6b6a06f935f493ccfe61a5bace5 to your computer and use it in GitHub Desktop.
Save kopiro/528dc6b6a06f935f493ccfe61a5bace5 to your computer and use it in GitHub Desktop.
Get Apple ID email in OSX
#!/bin/sh
dscl . readpl "/Users/$(whoami)" dsAttrTypeNative:LinkedIdentity "appleid.apple.com:linked identities:0:full name" | awk '{print $4}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment