Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!uunet!seismo!ukma!psuvax1!news From: cho@sol4.cs.psu.edu (Sehyeong Cho) Newsgroups: comp.unix.wizards Subject: How do I catch all output Message-ID: Date: 26 Apr 91 17:49:56 GMT Sender: news@cs.psu.edu (Usenet) Distribution: usa Organization: Penn State Computer Science Lines: 8 Nntp-Posting-Host: sol4.cs.psu.edu Hi, wizards. I know I can use ioctl to simulate keyboard input. But I don't know how to catch all output to my terminal (similar to script, but not using a pty. For instance, I must catch someone writing to my terminal by "write" or "talk"). Have an idea? Thanks.