Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!wjh12!harvard!seismo!brl-tgr!ron From: ron@brl-tgr.ARPA (Ron Natalie ) Newsgroups: net.bugs.4bsd Subject: Re: CSH -- stopping middle job in set of three, etc. Message-ID: <5814@brl-tgr.ARPA> Date: Thu, 15-Nov-84 20:06:27 EST Article-I.D.: brl-tgr.5814 Posted: Thu Nov 15 20:06:27 1984 Date-Received: Sat, 17-Nov-84 04:38:51 EST References: <286@hwcs.UUCP> <9821@watmath.UUCP> Organization: Ballistic Research Lab Lines: 18 > Not only will C be thrown away if you stop B in the following: > > a ; b ; c > > ...but if you stop a job executing from in a SOURCE'd file, the rest > of the file gets thrown away too. This can be really annoying if > you read your mail or news in your .login, and stop either... > -- > -IAN! (Ian! D. Allen) University of Waterloo It is totally understandable that this happens. If you think about it, it has to. Berkeley Job control doesn't provide for the switching of input streams. If you need a method of thinking about it, just remember that shell input is dealt with upon a stop as if an "interrupt" had occured. -Ron