Skip to content

Instantly share code, notes, and snippets.

@raynimmo
Created October 1, 2015 06:35
Show Gist options
  • Save raynimmo/5535b9593b4ce600a21e to your computer and use it in GitHub Desktop.
Save raynimmo/5535b9593b4ce600a21e to your computer and use it in GitHub Desktop.
OS X display previous network connections log
/*
* 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