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 9017977
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T04:24:16+00:00 2026-06-16T04:24:16+00:00

I have output from a foreach loop in the form: ABC123603LP 44Bq AAAA ABC123603P

  • 0

I have output from a foreach loop in the form:

ABC123603LP    44Bq    AAAA       
ABC123603P     3BU     AAAA       
ABC123603ZZP           AAAA       
ABC123604DP    3BU     BBBB     
ABC123604LP    44Bq    BBBB      
ABC123605AP    4q      CCCC    
ABC123605DP    33BGU   CCCC    
ABC123606AP    35Bjq   DDDD     
ABC123606DP    4B      DDDD

From this I wish to print columns 1 and 2 to the terminal with

echo ... | awk '{print $1, $2}'

However the third row and others prints ABC123603ZZP AAAA as the second column is blank in this case. How do I get around this?

  • 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-06-16T04:24:18+00:00Added an answer on June 16, 2026 at 4:24 am

    Check the number of field before you print:

    $ awk 'BEGIN {OFS="\t"}{ if (NF==2)  print $1; else print $1, $2}' file
    ABC123603LP     44Bq
    ABC123603P      3BU
    ABC123603ZZP
    ABC123604DP     3BU
    ABC123604LP     44Bq
    ABC123605AP     4q
    ABC123605DP     33BGU
    ABC123606AP     35Bjq
    ABC123606DP     4B
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a foreach loop inside my powershell script with prints $output on the
Basically I have a list of files composed from a foreach loop that all
I have output from grep I'm trying to clean up that looks like: <words>Http://www.path.com/words</words>
i have output from a server like [alex, \ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd] i want to convert it
I am trying to debug a segfault, and I have this output from gdb:
i have an xml output from a webservice in a variable results it looks
I have a directory OUTPUT where I have the output files from a Map
I have an array of output from a database. I am wondering what the
I have some qml that acts as the output from the application (kind of
I have the mytest.cc and mytest.h output from a mytest.proto file, but I can't

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.