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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T09:03:07+00:00 2026-06-08T09:03:07+00:00

I need to read some values from a file with awk and then need

  • 0

I need to read some values from a file with awk and then need to use the values that I read in bash.For example the structure of file will be

NICE = -13

LATENCY= 100

WMEM= 4 

I need to read the values -13, 100 and 4 from the file with awk and then use them in bash. The structure of script will be;

#!/bin/bash

awk'{}'

and then use the values here in script

  • 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-08T09:03:09+00:00Added an answer on June 8, 2026 at 9:03 am

    If your input is in data.txt then try running the following command inside your script:

    values=`cat data.txt | awk -F '=' '{print $2}' | xargs`
    

    values variable will then contain: -13 100 4

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

Sidebar

Related Questions

I need to read some data from an input file and plot a graph
I need to write a script in Matlab, which will read some data from
I am using spring. I need to read values from properties file. This is
I need to read one block from file and then need to match the
I need to display to the screen some values which are read in method
I need to read and write some data on .mdb Access file and over
I need to read 16 bits from the binary file as std::string or char
I'm trying to read some numbers (double) from a file and store them in
I need to delete some rows from csv file based on a column value.
I have an XML file, I need to extract values from it, and put

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.