Created
October 1, 2015 06:35
-
-
Save raynimmo/5535b9593b4ce600a21e to your computer and use it in GitHub Desktop.
OS X display previous network connections log
This file contains 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
/* | |
* Enter in to terminal for listing of recent wifi connections | |
*/ | |
defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.preferences| sed 's|\./|`pwd`/|g' | sed 's|.plist||g'|grep 'LastConnected' -A 7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment