Session recording

Ben Scott dragonhawk at gmail.com
Fri Mar 28 23:19:42 EDT 2008


On Fri, Mar 28, 2008 at 9:48 PM, Kenny Lussier <klussier at gmail.com> wrote:
> Using script isn't an option because it logs all of the control characters ...

  Why not just filter out the control characters after the fact, with
Perl or sed or whatever?  I've done something like that in the past.
The script command would seem to be exactly what you're asking for --
"record terminal sessions on Linux systems".  Any terminal session is
going to include control characters, pretty much always, so you'll
have to filter them somehow.

-- Ben


More information about the gnhlug-discuss mailing list