Link to home
Start Free TrialLog in
Avatar of vhuynh
vhuynh

asked on

Time

On HP korn shell, how can I use the time function to kick off a process at a certain time?  


thanks..  
Avatar of ozo
ozo
Flag of United States of America image

the `time` function is not used for that.
try the `at` function
Avatar of arthurd
arthurd

Or if you want to setup a recurring job, use cron.
ASKER CERTIFIED SOLUTION
Avatar of tfabian
tfabian

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial