please help me using awk command in getting the cuurent log..
example:
====> BF0540.e START AT Tue Jul 4 20:06:20 2006
User Id: ccb_dbo
Log File: /home/ccb/prd/joblog/BF0540_05.log
Report File: /home/ccb/prd/report/BF0540_05_0704_2006.rpt
Arguments: /home/ccb/prd/appl/bin/batch/BF0540.e -s5 -L /home/ccb/prd/joblog/BF0540_05.log -R /home/ccb/prd/report/BF0540_05_0704_2006.rpt -
U ccb_dbo -S CCB_PRD -I/home/appl/sybase/server1252/interfaces -P ***
Successfully Completed...
====> BF0540.e STOP AT Tue Jul 4 20:31:14 2006
====> BF0540.e START AT Thu Jul 6 19:24:46 2006
User Id: ccb_dbo
Log File: /home/ccb/prd/joblog/BF0540_05.log
Report File: /home/ccb/prd/report/BF0540_05_0706_1924.rpt
Arguments: /home/ccb/prd/appl/bin/batch/BF0540.e -s5 -L /home/ccb/prd/joblog/BF0540_05.log -R /home/ccb/prd/report/BF0540_05_0706_1924.rpt -
U ccb_dbo -S CCB_PRD -I/home/appl/sybase/server1252/interfaces -P ***
Successfully Completed...
====> BF0540.e STOP AT Thu Jul 6 19:34:43 2006
how can I get the whole current log/paragraph from the word START and STOP including the info between START and STOP.... (using awk)
please help me...