On Thu, Oct 16, 2008 at 1:39 PM, aDil <[EMAIL PROTECTED]> wrote:

>   automize s/w from http://www.hiteksoftware.com may solve your problem.
>
> Adil Quraishi
>
>
> ----- Original Message ----
> From: virendra wadel <[EMAIL PROTECTED]<virendra_wadel%40yahoo.co.in>
> >
> To: [EMAIL PROTECTED] <linux_mantra%40yahoogroups.com>;
> linuxvadapav <linuxvadapav@yahoogroups.com<linuxvadapav%40yahoogroups.com>
> >
> Sent: Thursday, October 16, 2008 8:10:26 AM
> Subject: [LinuxVadaPav] How to run a command every 15 seconds
>
> I want execute a command every 15 seconds
> Is there a inbuilt command in Linux
>
> Waiting for your response
>
> The command which i want to execute
> is a binary which already contains sleep instruction.
>
>  
>


Yes there is inbuilt command in linux you can use.

use CRON for scheduling.

type "crontab -e "
enter the below line
*/15 * * * /path/to/your/command

save and exit
this will run your command every 15 minutes.

-- 
Have a nice time,
Gourav Joshi


[Non-text portions of this message have been removed]

Reply via email to