How do I parse the output of script/utils-linux into human-readable form or into something I can process with regexps? There are some binary escape sequences used to display colours etc.
Is there a unix tool to record the text console (e.g. gnu screen)
in a human-readable form with milliseconds timings ?
ttyrec/ttyplay uses a rather unreadable format I was not able to find
proper documentation for; the screen function logstamp creates a
somewhat more readable log but is unable to give precise timings, only
up to a second.