On Wed, Nov 07, 2001 at 02:44:34PM +0100, Piotr Krukowiecki wrote: > 'repeat jobs' produces no output.
This is because of the way repeat is implemented. It creates another command interpreter which is fed with the command, and `jobs' only outputs jobs created by the command interpreter which executes `jobs' command. -- Alexander.
