Shell scipt..invoking command and exiting at fixed intervals

Caleb Eggensperger calebegg at gmail.com
Sat Jul 19 09:06:34 UTC 2008


A better way to have a shell script invoked at timed intervals is to use
cron (try "man cron"). If it absolutely must be done the way you say, you
can use the "sleep" command in a "while true" loop.

On Wed, Jul 16, 2008 at 3:14 AM, raju <raju_ak at hotmail.com> wrote:

>
> Hi,
>
>
> I need to write a shell script.
> Based on command line param to script say demode=yes
> Need to run an ant command for an hour(configurable)
> Then exit
> Again run the ant command
>
> all this needs to be in a loop.
>
> Any one written a similar one or any links which could provide helpful
> examples
>
> Thanks
> Raj
> --
> View this message in context:
> http://www.nabble.com/Shell-scipt..invoking-command-and-exiting-at-fixed-intervals-tp18484376p18484376.html
> Sent from the ubuntu-users mailing list archive at Nabble.com.
>
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>



-- 
Caleb Eggensperger
http://calebegg.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20080719/1cc18505/attachment.html>


More information about the ubuntu-users mailing list