![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| plz help me in writing a script | Renjesh | SUN Solaris | 3 | 03-24-2008 08:31 AM |
| Help needed for writing a script | sriram_1978 | Shell Programming and Scripting | 4 | 12-06-2007 04:10 AM |
| Writing the script | jess_t03 | Shell Programming and Scripting | 1 | 10-10-2007 06:17 AM |
| plz help in writing awk script | LAKSHMI NARAYAN | Shell Programming and Scripting | 3 | 07-14-2007 04:06 AM |
| Help needed to test CorneliOS open source software on different platforms | joskirps | UNIX for Advanced & Expert Users | 0 | 06-20-2007 04:39 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi, i am not able to get an approach for converting xml file to flat file using awk programming. Can anyone help me out.
The input xml is like this: <outer> <field1>one</field1> <field2>two</field2> <field3>three<Error Code=777 Description=12345/></field3> <field4>four</field4> </outer> Expected output is like this: field1 field2 field3 field4 Code Description one two three four 777 12345 The field1, field2, ... should not be hardcoded. Thanks in advance, Naren |
|
||||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|