Subject: RE: saving a telnet session
From: Leif Sawyer (lsawyer@gci.com)
Date: Thu Jun 06 2002 - 09:18:54 AKDT
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:18:58 AKDT