Bill Allombert on Fri, 24 Oct 2008 20:56:13 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Running index of the cycle? |
On Fri, Oct 24, 2008 at 11:10:33AM -0700, zak seidov wrote: > Dear Bill et al > > How is it possible to interrup (or at least to abort) > the long-running cycle > to know the running values of (e.g.) index If you run a very recent SVN snapshot or if you ran 'trap' before starting your computation,, you should be able to interrupt it with Control-C, display the index and press Return to continue. Cheers, Bill.