Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site cbosgd.UUCP Path: utzoo!linus!decvax!harpo!floyd!clyde!ihnp4!cbosgd!mark From: mark@cbosgd.UUCP (Mark Horton) Newsgroups: net.unix Subject: Re: Wanted: UNIX interactive terminal session logger Message-ID: <590@cbosgd.UUCP> Date: Sun, 13-Nov-83 19:15:51 EST Article-I.D.: cbosgd.590 Posted: Sun Nov 13 19:15:51 1983 Date-Received: Tue, 15-Nov-83 00:14:46 EST References: <306@houxa.UUCP>, <18956@wivax.UUCP> Organization: AT&T Bell Laboratories, Columbus Lines: 11 Why doesn't somebody with a 4.1BSD system post script.c? (It's a public domain program - I wrote it years ago, but didn't keep a copy.) The 4.2BSD script program uses ptys instead of pipes - this is a big improvement because programs don't stop buffering, and ioctls work (so you can script a vi session). Alas, this means it won't port back to a USG or V7 or 4.1BSD system. This version of script produces an exact typescript - this is great for debugging obscure programs, but it also puts ^M at the end of every line, and saves the ^H ^H echos when you make a typo in cooked mode.