|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Exporting time from log files
Hi All,
I want to export the start time and end time of some jobs in autosys to excel.Could someone please help me with this. I am a begginer in autosys. thanks all,. ---------- Post updated at 01:34 AM ---------- Previous update was at 01:16 AM ---------- someone please help me with this . i m new to this. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Please post a sample log file.
|
| The Following User Says Thank You to jim mcnamara For This Useful Post: | ||
mahesh300182 (01-07-2013) | ||
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Exporting time from log files
Hi Jim,
Happy to see the reply.the log file for the autosys will be same in any environment right? right now i m not able to get u a sample log file . will try to update it soon. |
|
#4
|
||||
|
||||
|
Code:
autorep -w -J JOBNAME | awk 'NF==8{print $1","$2" "$3","$4" "$5}' > output.csvThe above command only retrives the line, which has 8 columns. |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [awk] combine and convert time from log files | makan | Shell Programming and Scripting | 18 | 08-22-2012 10:18 PM |
| Generate a Execution time reports using log files. | k_vikash | Shell Programming and Scripting | 2 | 06-22-2012 08:01 AM |
| How can view log messages between two time frame from /var/log/message or any type of log files | johnveslin | Shell Programming and Scripting | 1 | 07-15-2011 02:41 AM |
| How to catch date and time from log files? | pspriyanka | Shell Programming and Scripting | 11 | 06-16-2011 02:35 AM |
| Exporting log file into Excel | harshaganapathy | Shell Programming and Scripting | 1 | 03-22-2011 09:35 PM |
|
|