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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:56:26+00:00 2026-06-15T12:56:26+00:00

I am having the following structure(only one row) col1 col2 col3 col4 ———————- 12

  • 0

I am having the following structure(only one row)

col1  col2  col3  col4
----------------------
12    34    14    10

what I have to do is I have to fetch col2 and col4 and used that value in shell.

a=$(awk 'NR<2{$2}')
b=$(awk'NR<2{$4}')

and I have to use a and b in my shell scripting.
but this is not a good idea as I am using awk two times instead I am fetching value like this .

awk'NR<2{ a=$2;b=$4}'

but I dont know how can I use this a and b in my shell.

  • 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-15T12:56:28+00:00Added an answer on June 15, 2026 at 12:56 pm

    with eval you could assign more shell variables in one awk command. see the test below:

    kent$  echo $a,$b
    ,
    
    kent$  cat test
    col1  col2  col3  col4
    ----------------------
    12    34    14    10
    
    kent$  eval $(awk 'NR==3{print "a="$2;print "b="$4}' test)
    
    kent$  echo $a,$b
    34,10
    

    note that I just copied your input example, with header/titles etc. so in my script the data line is NR=3. you can adjust it if it is not in your case.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have DB2 table having following structure CREATE TABLE DUMMY ( ID CHARACTER(10) NOT
Hi currently I have a nested XMl , having the following Structure : <?xml
I am having comment reply (only till one level) functionality. All comments can have
I am creating package using cmake I am having following structure bin/ bin1 lib/
I am having xml with following structure <ruleDefinition appId=3 customerId = acf> <node alias=element1
Im having difficulty trying to design a database structure for the following scenario: My
Let's say I have the following class structure: class Car; class FooCar : public
Scenario: I have the following structure; Group (parent) -> Item (child). A Group can
I am having following document structure and I need to insert values in nested
I have a plugin with the following structure: (function($) { $.fn.drawFieldsTable = function(options) {

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.