Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!decwrl!sgi!shinobu!odin!schuman From: schuman@sgi.com (Aaron Schuman) Newsgroups: comp.sys.sgi Subject: Re: logging telnet sessions to a file Message-ID: <1990Aug13.164521.12485@odin.corp.sgi.com> Date: 13 Aug 90 16:45:21 GMT References: <9008110134.AA04851@mcirps2.med.nyu.edu> Sender: news@odin.corp.sgi.com (Net News) Organization: Silicon Graphics 415-335-1901 Lines: 38 Dan> I there any way to save a telnet session in a file ? It's dreadfully easy. I entered "telnet | tee /tmp/telnet" with this happy result: telnet> Trying 192.26.61.22... Connected to saffron.wpd.sgi.com. Escape character is '^]'. IRIX System V.3 (saffron) You'll note a couple of things: Even though I entered my password during the session, it didn't show up in the log file. This is a good thing! All the control characters, the backspaces and line feeds, show up in the log file. It's ugly, but you can always edit it later if you must. Aaron