Search Results

Search: Posts Made By: iron_michael86
707
Posted By vgersh99
nawk -F'[<>]' '$2~"^id type="{id=$3;next}...
nawk -F'[<>]' '$2~"^id type="{id=$3;next} $2=="name" {print id "=>" $3}' myXML.xml
1,076
Posted By vgersh99
nawk '$1=="HOST"{h=$NF;next}{print h,$NF}'...
nawk '$1=="HOST"{h=$NF;next}{print h,$NF}' OFS=';' myFile
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 10:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy