I need to parse some information out of a log file on a daily basis and insert it into an Oracle table. I'm very new to UNIX scripting so the more details you can provide the better. ie.
LogFile
1242 34328 300989880 bkwe 0001 20020212
1242 300989880 bkwe 0002 20020212
1242 348 9880 acb bkwe 0003 20020212
I need the information from the first, second, and last field on the second line which would be 1242, 300989880, 20020212 insert into an Oracle table.
Thank you,
Moe
LogFile
1242 34328 300989880 bkwe 0001 20020212
1242 300989880 bkwe 0002 20020212
1242 348 9880 acb bkwe 0003 20020212
I need the information from the first, second, and last field on the second line which would be 1242, 300989880, 20020212 insert into an Oracle table.
Thank you,
Moe