From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Cross Message-Id: <200109041902.PAA29584@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: [9fans] weird print(2) problems... Date: Tue, 4 Sep 2001 15:02:06 -0400 Topicbox-Message-UUID: e9880908-eac9-11e9-9e20-41e7f4b1d025 Running the following program, output after the ``print("");'' never makes it as piped input to other programs. Has anyone else noticed this? btw- when I tried to run it under an acme ``win'' window, it hung and I had to Delete the window to clear it up. Very strange.... Any ideas? (btw- I removed a literal `eot' from below.) - Dan C. term% cat > test.c #include #include void main(void) { print(""); print("Test.\n"); exits(0); } (eot)term% 8c test.c && 8l test.8 term% 8.out Test. term% 8.out | cat term% echo twilight zone theme.... twilight zone theme.... term%