On Thu, Nov 18, 1999 at 06:49:12PM +0100, Roland Mas wrote:
> Felipe Alvarez Harnecker <[EMAIL PROTECTED]> writes:
>
> > Is there a tool for start a proccess and after it dies the process
> > respawn ? Just like init does but from the command line.
>
> $ while true ; do process ; done
>
> or
>
Felipe Alvarez Harnecker <[EMAIL PROTECTED]> writes:
> Is there a tool for start a proccess and after it dies the process
> respawn ? Just like init does but from the command line.
$ while true ; do process ; done
or
$ (while true ; do process ; done) &
should do the trick.
Is there a tool for start a proccess and after it dies the process
respawn ? Just like init does but from the command line.
Thanks.
--
__
Felipe Alvarez Harnecker. QlSoftware.
Tel. 09.874.60.17 e-mail: [EMAIL PROTECTED]
P
3 matches
Mail list logo