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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T00:03:31+00:00 2026-06-02T00:03:31+00:00

In a shell script (Linux, bash, #!/bin/sh) I have a variable containing XML data

  • 0

In a shell script (Linux, bash, #!/bin/sh) I have a variable containing XML data like this:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<interface>
    <objects retrieved="0" total="0"/>
</interface>

Some error handling is already done when getting this data, so focus on the actual question please.
And the question is: easy/effective way of reading the “objects” element’s attribute data (named “retrieved”). It can be 0 or 1. (and nothing else).
I guess I have two options: regular expressions and XML-parsing with some external program. But which one should I choose?
Thanks in advance.

  • 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-02T00:03:32+00:00Added an answer on June 2, 2026 at 12:03 am

    You can use xmlstarlet to get the attr:

    $ xmlstarlet sel -t -m //objects -v @retrieved input.xml
    0
    

    Or

    $ xmlstarlet sel -t -m //objects/@retrieved -v . input.xml
    

    -m or --match <xpath>     - match XPATH expression
    -v or --value-of <xpath>  - print value of XPATH expression
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this script in BASH (linux) shells script that adds all *.jar files
I have a BASH/shell script, running on Linux, but it sometimes has a problem
I have a Bash shell script in which I would like to pause execution
I have a shell script, which is run under a opensuse linux, that starts
Can someone write a PHP script that reproduces the functionality of this linux shell
I have a shell script that takes one variable as an argument, the way
I wrote a script for a Linux bash shell. One line takes a list
I am still a junior with the linux shell script and would like help
I have been trying to run Linux shell script on Windows machine. to run
i want to automatically run a simple shell script at linux startup i'm working

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.