Skip to content

Instantly share code, notes, and snippets.

@mayoralito
Created October 17, 2016 14:21
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 mayoralito/aebaf3aae9ea606ccc3cb3bf35b73b4d to your computer and use it in GitHub Desktop.
Save mayoralito/aebaf3aae9ea606ccc3cb3bf35b73b4d to your computer and use it in GitHub Desktop.
Getting SSID via command line
/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I | awk '/ SSID/ {print substr($0, index($0, $2))}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment