|
Posted by Pow on March 1, 2005, 1:29 am
Please log in for more thread options
Hi! i ve got a problem for logfile parser. The task is to create a
script to search for lines containing a user specified keyword and
process the matched line and the succeeding line to extract important
data. Then the output is written to a csv file. The parser specs inc.:
-in<input logfile>
-out<output csv file>
-key<keyword>
There should be a display message if user supplies incorrect arguments.
|