Skip to content

Instantly share code, notes, and snippets.

@ilguzin
Created March 26, 2014 11:59
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 ilguzin/9781629 to your computer and use it in GitHub Desktop.
Save ilguzin/9781629 to your computer and use it in GitHub Desktop.
Get macbook pro monitor type
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment