Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 566167
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T12:56:56+00:00 2026-05-13T12:56:56+00:00

I have very little experience with AWK, but it seems like the best tool

  • 0

I have very little experience with AWK, but it seems like the best tool for my purpose now.

I am trying to get a list of nearby BSSIDs by using the airport -s command in OS X. Output looks like this:

                        SSID BSSID             RSSI CHANNEL HT CC SECURITY (auth/unicast/group)
 MyWireless 00:11:22:33:44:55 -85  64      N  US WPA(PSK/TKIP/TKIP) WPA2(PSK/TKIP/TKIP) 
 Your Wireless 66:77:88:99:00:11 -84  64      N  US WPA(PSK/TKIP/TKIP) WPA2(PSK/AES/TKIP) 

So clearly I’m looking for the second column. So I tried:

airport -s | awk '{print $2}'

And that works fine until I have an SSID with a space in its name. I’ve tried setting IFS to tab, FS to tab, nothing really seems to work.

I keep getting this:

00:11:22:33:44:55

Your

I am hoping eventually to get a simple list:

00:11:22:33:44:55

66:77:88:99:00:11

I know this is a one-line solution, so I’m really embarrassed that I even have to ask… Please be kind. 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T12:56:57+00:00Added an answer on May 13, 2026 at 12:56 pm

    Seems like a regexp might be better suited. Maybe just a simple egrep -o

    airport -s | egrep -o '([[:xdigit:]]{2}:){5}[[:xdigit:]]{2}'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have very little experience using Sharepoint but a good amount using Visual Studio
I have a strong database background but very little practical experience with ms sql
I have 0 experience with python, very little with regex and I'm trying to
I have very little experience designing databases, and now I want to create a
I have some experience with programming, but I have very little experience when it
I know how to approach this problem but i have very little experience dealing
I'm trying to do a Java Pong game. I have very little experience with
I've worked extensively with SQL Server but have very little experience with Oracle. I've
I would like to make vim my C++ editor. I have very little experience
I have very little experience with CSS. I'd like to style the default JQuery

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.