[CLUE-Tech] Transcribing shell sessions

David Anselmi anselmi at americanisp.net
Tue Nov 19 21:07:32 MST 2002


Matt Gushee wrote:
[...]
>   A program like script, but that preserves the results of
>   typing rather than each keystroke, 
> 
> or
> 
>   A program that will remove the 'junk' from the script
>   output.

How about:

$ script
Script started, file is typescript
  ... do whatever ...
Control-D
$ col -bx <typescript >savefile

That from:

http://www.debian.org/doc/manuals/reference/ch-tips.en.html#s8.2

Section 8.6.23 also talks about a program called screen that seems to do 
the same.  It doesn't seem too useful with VCs so common, but it allows 
things like disconnecting (logout) and reconnecting later.

Dave




More information about the clue-tech mailing list