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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:13:22+00:00 2026-06-11T00:13:22+00:00

I have two with AWK which works perfectly myScript3.awk #!/usr/bin/awk -f BEGIN { FS=>|</

  • 0

I have two with AWK which works perfectly

myScript3.awk

    #!/usr/bin/awk -f
    BEGIN {
        FS=">|</"
        OFS=","
    }
    {
     data[count++] = $2
     ptint $2
     }
    END{
       print data[2],data[6],data[3], FILENAME
    }

The above script will scan the xml document and return the 2nd, 6th, 3rd element along with file name.

    for filename in *.xml
    do 
        awk -f myscript3.awk $filename >> out.txt
    done

The above script will scan the entire folder and list down xml files and then execute myscript.
i have to merge these two scripts as one.
Thanks for your help

  • 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-11T00:13:24+00:00Added an answer on June 11, 2026 at 12:13 am
    #!/bin/bash
    AWKPROG='BEGIN {FS=">|</" OFS=","}
    { data[count++] = $2; ptint $2 }
    END {print data[2], data[6], data[3], FILENAME}'
    for filename in *.xml;do awk $AWKPROG $filename; done >> out.txt
    

    Warning: Untested.

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

Sidebar

Related Questions

I have two command line with AWK which works perfectly: awk 'NR >=2 {for
How would I join two lines using awk or sed? I have data that
I have two classes (MVC view model) which inherits from one abstract base class.
I have two variables which are comma separated lists. I would like to join
I have a csv file which has two columns, a numeric ID ( IDVAR
I have a program that I can run in two ways: single-end or paired-end
I have two files, one file is my data, and the other file is
I have two directories which are different versions of the same software package. I'd
I have two folders which I want to open with the same application. To
I have two files which both follow the same pattern: TEST CASE 1: 0.004

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.