Timeline for shell script-to get the value between tags in xml
Current License: CC BY-SA 4.0
        3 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 9, 2019 at 15:15 | history | edited | pLumo | CC BY-SA 4.0 | 
        
            
             
                
                    added 314 characters in body 
                
             
        
     | 
| Apr 9, 2019 at 15:08 | comment | added | Chris Davies | 
        
            
    @user343860 to pick out each item separately you can qualify the //fields search with [1], [2], etc. For example xmlstarlet sel -t -m '//fields[2]' -v 'fullName' -n file will pick out the second match, DEF.
        
     | 
|
| Apr 9, 2019 at 14:46 | history | answered | pLumo | CC BY-SA 4.0 |