Created
May 6, 2013 13:55
-
-
Save ZweiSteinSoft/5525314 to your computer and use it in GitHub Desktop.
OSX Terminal command for getting past Wi-Fi networks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.preferences RememberedNetworks | egrep -o '(SSID_STR|_timeStamp).+' | sed 's/^.*= \(.*\);$/\1/' | sed 's/^"\(.*\)"$/\1/' | sed 's/\([0-9]\{4\}-..-..\).*/\1/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment