RE: Interrupting program from command line

2003-06-26 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Alex Vinokur > I have some program that works endlessly. > I want the program to be interrupted in some time after starting. > Is it possible to do that from command? > > Something like (pseudo-code) : > $ run 6 sec my_program, I th

Re: Interrupting program from command line

2003-06-26 Thread Igor Pechtchanski
On Thu, 26 Jun 2003, Alex Vinokur wrote: > Hi, > > I have some program that works endlessly. > I want the program to be interrupted in some time after starting. > Is it possible to do that from command? > > Something like (pseudo-code) : > $ run 6 sec my_program, > >Alex Vinokur Sure. Write

Interrupting program from command line

2003-06-26 Thread Alex Vinokur
= Windows 2000 CYGWIN_NT-5.0 1.3.22(0.78/3/2) GNU bash, version 2.05b.0(5)-release-(i686-pc-cygwin) = Hi, I have some program that works endlessly. I want the program to be interrupted in some time after starting. Is it possible to do that from comm