View Single Post

  #2 (permalink)  
Old 02-11-2008, 02:31 PM
agn agn is offline
Member
User
 
Join Date: Feb 2008
My distro: OpenBSD/FreeBSD/Debian/Fedora/RHEL
Posts: 69
Rep Power: 1
agn is on a distinguished road
Default

Code:
for tag in hostAddress username password instancecount
do
    grep  $tag in.xml | tr -d '\t' | sed 's/^<.*>\([^<].*\)<.*>$/\1/'
done
Something like the above might help. I don't use bash, so don't know how arrays are populated.
Reply With Quote