Hi Virendra,

>> I want execute a command every 15 seconds

u can put the following piece of code in a script and execute it in background,

#!/bin/sh

while true
do
   <ur command comes here>
   sleep 15
done

 
-----------
Muzaffar Ansari
+91 9224339939 
[EMAIL PROTECTED]



----- Original Message ----
From: virendra wadel <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]; linuxvadapav <linuxvadapav@yahoogroups.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.

Bollywood news, movie reviews, film trailers and more! Go to http://in.movies. 
yahoo.com/

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

 


      

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

Reply via email to