Skip to content

Instantly share code, notes, and snippets.

@lucascantor
Created January 27, 2018 08:03
Show Gist options
  • Save lucascantor/7372572d03158179d2580f29937ba600 to your computer and use it in GitHub Desktop.
Save lucascantor/7372572d03158179d2580f29937ba600 to your computer and use it in GitHub Desktop.
Return a list of preferred wifi network SSIDs
networksetup -listpreferredwirelessnetworks `networksetup -listallhardwareports | awk '/Wi-Fi|AirPort/{getline; print $NF}'` | sed 's/^ //g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment