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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:26:39+00:00 2026-05-29T10:26:39+00:00

If I get an output from a command that outputs information in the following

  • 0

If I get an output from a command that outputs information in the following way:

{"value1":"value2","value3":"value4","value5":10001,"value6":999.99,}

Is there a way to pass that value to grep/awk and have it create a new file that puts the information in to a file with 1 value per line

so ideally the output I would be looking for in the file would read

value1
value2
value3
value4
value5: 10001
value6: 999.99

appreciate any pointers.

  • 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-29T10:26:39+00:00Added an answer on May 29, 2026 at 10:26 am

    The input looks like JSON. If it is you should probably parse it as JSON using an existing library for a language of your choice (I would use Ruby myself).

    But if the input format is simple (e.g., the quoted strings don’t contain anything that would warrant complex parsing), you may be able to get away with something simple along the lines of:

    awk -F , '{ gsub(/(^{)|(}$)|"/, ""); for (i = 1; i <= NF; ++i) print $i }'
    

    (Note that this does not actually do exactly what you want and it breaks if there are commas inside the quoted strings. Modify as necessary if you go down this path.)

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

Sidebar

Related Questions

I need to run a Linux CLI command and get its stdout output from
How can you get unbuffered output from cout, so that it instantly writes to
How can I get output from Java anonymous classes? In .Net I would use
I get output files from very old Fortran programs, which look like: 0.81667E+00 -0.12650E+01
For example, how do I get Output.map from F:\Program Files\SSH Communications Security\SSH Secure Shell\Output.map
How can you get 1 as an output from #2? #1 I ran this
I am trying to get SED to transform the output from a TMS320C55x compiler
I'm trying to get the output of the query 'SHOW TABLES FROM database_name' into
The output we get when printing C++ sources from Eclipse is rather ugly. Is
I am receiving data from a device that's sending information over the serial port

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.