Hi all,
I need to run a script (or command) in every 3 mins.
I am using "yes" command for this job as:
However, I wanted to know is there some other alternative to this command, as it is not installed in my other Sun server.Code:yes "date; sleep 180" | sh
I dont have acces to crontab.
Pls help.
Thanks in adv,
Vikas

Reply With Quote