Is there any way to get the SSID of the current wireless network through a shell script on Mac OS X?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The command
will give you details about your current wireless network connection. To get specifically the SSID, use this command:
|
|||||||||||
|
|
Where isn't there a wheel in need of re-inventing?
is what you'd use on 10.6, 10.7 changed the "Hardware Port" name from "Airport" to "Wi-Fi", and therefore you'd cut off one less letter,
|
|||||
|
|
The following has been tested on both 10.6 and 10.7 and prints the SSID without any hard-coded column widths:
Essentially, this takes the output of |
||||
|
|