Printing a particular column[autosys]

Dear All,

I'm using autosys in my production system.

My concern is as follows:

autosys -j <some_job_nm>

Output:

Job  Name                                                             Last  Start            Last End        ST  Run  Pri/Xit
 ________________________________________________________________  ____________________ ____________________ __ _______  ___
 
 <Some_job_name>                                              27/06/2011  23:00:49 28/06/2011  13:58:31 SU 26133003/1

So I want two print the column Last Start and Last End to compare with previous days(using

autosys -j <some_job_nm> -r -1

) to calculate ETA.

Should I use awk or grep/egrep? Please let me know if there are any other ways.

Thanks,
Saptarshi.

apparently it should be fine to use awk/gawk.