Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'sed version' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
sed version
Authored by: kholburn on May 17, '06 08:59:04PM
Here's a more compact and faster version. sed is much smaller and faster than awk.

/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport -I | sed '/ SSID: /!d; s/^.* SSID: //'


[ Reply to This | # ]