![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shell scripting | sreejith | SUN Solaris | 2 | 10-08-2006 09:38 AM |
| difference between AIX shell scripting and Unix shell scripting. | haroonec | Shell Programming and Scripting | 2 | 04-12-2006 08:12 AM |
| Help on SED AWK in shell scripting | kaushys | Shell Programming and Scripting | 3 | 03-09-2006 02:40 PM |
| shell scripting | anuradr | Shell Programming and Scripting | 1 | 03-08-2006 06:22 AM |
| Sql with shell scripting | sendhil | Shell Programming and Scripting | 3 | 02-15-2006 10:38 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi all,
I am new comers to this forums. I need one help from urs. My requirement is to fetch the records from the log file for every 15 mins and write the datas to the new file... The log file which is located in the 21/09/2008 directory. In 21/09/2008 directory, number of log files are there. so every log file contains differnet information respect to the process details. The log file looks like below: start time: 22:00 End time :24:00 Process name: abcd Start date: 21/09/2008 Elapse time: 120mins when user give these Input parameters are : Date: sysdate(or any date which user likes) I want to execute the query automatically every 15 mins. I want to write the data in the current directory from which we ran the script in the format of .xls file The output file looks when i give the input parameters date:21/09/2008 it will search all the files which is located in the 21/09/2008 directory and read into the .xls file process name start date elapse time start time end time abcd 21/09/2008 120mins 22:00 24:00 start time: 22:00 End time :24:00 Process name: abcd Start date: 21/09/2008 Elapse time: 120mins please asssit me how to do that... |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|