[7014] in Athena Bugs
vax 7.2: tcsh? xterm? sh?
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Fri Feb 1 08:46:53 1991
Date: Fri, 1 Feb 91 08:46:32 -0500
From: Ken Raeburn <Raeburn@MIT.EDU>
To: bugs@MIT.EDU
In an xterm window, I ran a script:
#!/bin/sh
for host in oliver binkley steve btc portnoy yaz hodge podge snork charon
do
finger @$host
done
Because podge is currently down, I hit ^C while it was trying to
connect, and starting typing another finger command. Before I
completed it, the window showed a stream of
Use "exit" to leave csh.
messages, and went away.
I tried to pull up another xterm, but it gave the same messages and
went away again. Then another xterm, same result.
After this, I started up "shell" mode in emacs, and two xterms, at
about the same time; all started without trouble.