csh job control bug

utzoo!decvax!duke!unc!tim utzoo!decvax!duke!unc!tim
Sun Feb 13 17:38:06 AEST 1983


If you have sequence of statements separated by semicolons
running in the foreground, suspending and then resuming will
lose all statements after the one currently running. E.g.:

% lex lexan; cc lex.yy.c -ll; echo ^G
^Z
Stopped
% fg
lex lexan
% ls
lexan	lex.yy.c
%

Note that there is no a.out. Neither the cc nor the echo ran.



More information about the Comp.bugs.4bsd.ucb-fixes mailing list