Hi people,
I am hopping someone has/had similar issue and will know how to get some data from file in format <item><label>1111</label><value>AAAA</value></item><item><label>2222</label><value>BBBB</value></item><item><label>3333</label><value>CCCC< and so on...
I am wondering how I can get this file when I say cat FILE_name | awk 'BEGIN {FS =" WHAT " .... ..
and get output like for example
1111 AAAA
2222 BBBB
3333 CCCC
it would help me a lot if someone know how to this make.
Thank you in advance everyone
I am hopping someone has/had similar issue and will know how to get some data from file in format <item><label>1111</label><value>AAAA</value></item><item><label>2222</label><value>BBBB</value></item><item><label>3333</label><value>CCCC< and so on...
I am wondering how I can get this file when I say cat FILE_name | awk 'BEGIN {FS =" WHAT " .... ..
and get output like for example
1111 AAAA
2222 BBBB
3333 CCCC
it would help me a lot if someone know how to this make.
Thank you in advance everyone