RE: saving a telnet session


Subject: RE: saving a telnet session
From: Mike Barsalou (mbarsalou@aidea.org)
Date: Thu Jun 06 2002 - 09:42:37 AKDT


Thank you Sir! I love this group!

Mike

-----Original Message-----
From: Leif Sawyer [mailto:lsawyer@gci.com]
Sent: Thursday, June 06, 2002 9:19 AM
To: Mike Barsalou; 'aklug@aklug.org'
Subject: RE: saving a telnet session

Mike Barsalou writes:
>
> What is the best way to record a telnet session in Linux?
> When I use telnet to my equipment, I would like to record
> the session for later perusal.

'script' is your friend.

$ script telnet.log
Script started, file is telnet.log

$ telnet blah.blah
[...]
^]c
Connection closed.

$ exit
Script done, file is telnet.log

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Thu Jun 06 2002 - 09:42:43 AKDT