From: Yura Kalinichenko <yuk@iceb.vinnitsa.com> To: community@altlinux.ru Subject: Re: [Comm] запуск задания чаще 1й минуты Date: Tue, 4 Feb 2003 16:15:48 +0200 (EET) Message-ID: <Pine.LNX.4.43L.0302041559590.3506-100000@localhost.localdomain> (raw) In-Reply-To: <200302041842.01542.viclists@mail.esoo.ru> В Вт, 4 Фев 2003, vic ismakaev написал(а): vi> 4 Февраль 2003 18:33, Vladimir Alyekhin написал: vi> > Hi vic! vi> > vi> > On Tue, Feb 04, 2003 at 05:59:42PM +0500, you wrote: vi> > > Приветствую! vi> > > Друзья,не подскажете мне,как называется прога(аналог vi> crond),которая vi> > > позволяет выполнять задания чаще чем одна минута(с секундным vi> дискретом vi> > > времени). vi> > vi> > не проще ли в этом случае эти задания выполнять каким-либо демоном? vi> Проще конечно.Но для этого надо написать этого демона,чего я не vi> умею.:) vi> Ну щас тебе их насыпют... Скажем, таких: #!/bin/sh timeout=5 task="date > /tmp/timestamp" while [ 1 ]; do eval $task & sleep $timeout done -- Yura Kalinichenko
next prev parent reply other threads:[~2003-02-04 14:15 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2003-02-04 12:59 vic ismakaev 2003-02-04 13:31 ` Alexei Bayguzov 2003-02-04 13:41 ` vic ismakaev 2003-02-04 14:08 ` [Comm] Re[2]: " isa 2003-02-05 6:42 ` Oleg K. Artemjev 2003-02-05 6:55 ` vic ismakaev 2003-02-04 13:33 ` Vladimir Alyekhin 2003-02-04 13:42 ` vic ismakaev 2003-02-04 13:52 ` Grigory Milev 2003-02-04 13:59 ` Andrew Nazarkin 2003-02-04 14:15 ` Alex Murygin 2003-02-04 14:15 ` Yura Kalinichenko [this message] 2003-02-04 14:23 ` vic ismakaev
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=Pine.LNX.4.43L.0302041559590.3506-100000@localhost.localdomain \ --to=yuk@iceb.vinnitsa.com \ --cc=community@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git