Xref: utzoo comp.unix.questions:30292 comp.unix.wizards:24813 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uwm.edu!uwvax!astroatc!feuling From: feuling@astroatc.UUCP (Bob Marley) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Reading screen I/O from a remote terminal Message-ID: <3773@astroatc.UUCP> Date: 11 Apr 91 21:25:50 GMT Distribution: na Organization: Astronautics Technology Cntr, Madison, WI Lines: 11 I'm trying to find a way to monitor and detect certain strings that have been written to stdio. What I essentially want to do is dialup a host, via telephone, and automatically keyin sequences according to what the appropriate keyins should be (if they were to be manually done). I know how to do this on a PC by threading into the modem line and looking for character sequences, but does anyone know how (if possible) I would be able to do this on just a standard Unix terminal? Thanks LJF