![]() |
|
|
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 |
| Parsing out the logs and generating report | shellscripter | Shell Programming and Scripting | 4 | 10-08-2008 06:18 AM |
| parsing a string | satish@123 | Shell Programming and Scripting | 7 | 05-20-2008 04:09 AM |
| parsing string in c | phani_sree | High Level Programming | 3 | 10-24-2007 03:54 AM |
| parsing url string | vanitham | Shell Programming and Scripting | 5 | 10-22-2007 06:48 AM |
| Need help on parsing string | magnacrazy | Shell Programming and Scripting | 13 | 03-31-2007 04:54 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Parsing of file for Report Generation (String parsing and splitting)
Hey guys,
I have this file generated by me... i want to create some HTML output from it. The problem is that i am really confused about how do I go about reading the file. The file is in the following format: Code:
TID1 Name1 ATime=xx AResult=yyy AExpected=yyy BTime=xx BResult=yyy BExpected=yyy CTime=xx CResult=yyy CExpected=yyy .... But there would always be 3 fields for a given type, Time, Result and ExpectedResult. I need to consolidate all of these values for all the different types (A, B, etc.) and create a tabular report for them. Oh, yes, forgot to mention.... I'm using a shell based on zsh. Thanks, Umar |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|