![]() |
|
|
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 |
| Timer | aekaramg20 | Shell Programming and Scripting | 6 | 08-21-2008 10:47 AM |
| timer interrupt | compbug | UNIX for Dummies Questions & Answers | 2 | 06-30-2006 04:41 PM |
| Timer for VNC | foweja | UNIX for Advanced & Expert Users | 1 | 07-14-2005 11:31 AM |
| VNC Timer | foweja | Shell Programming and Scripting | 0 | 07-13-2005 01:25 PM |
| reply timer | Optimus_P | Post Here to Contact Site Administrators and Moderators | 2 | 07-31-2001 10:50 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
timer
Hi all,
Wanted to a create a shell script ----------------------------------------------------------------------- 1) which when called will start a timer and wait for 48 hours. after 48 hours it will call some function(say XYZ) 2) Whenever this shell script is called (can be called anytime), the timer again starts from 1. ----------------------------------------------------------------------- can this be possible.. script -----------------START------------------------------------------ dt_start_var1 = get date and time.(that will be almost when this script is called) dt_target_var2 = dt_var1 + 48 hrs do while loop # keep on getting the lastest date and time current_dt_var = get current date and time. # then compare if current_dt_var >= dt_target_var2 then break; end call ( XYZ function) ---------------------------END-------------------------------- if above steps are possible in Shell SCript can please anybody provide with the syntax and code for the above 7 lines. Or else any alternate solution. Will be greatly thankful. Thanks in advance. k_oops |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|