Skip to content

ttyplay doesn't print out to stdout/stderr as was recorded #39

@titpetric

Description

@titpetric

I'm trying to record a script, basically:

echo one > /dev/stdout
echo two > /dev/stderr

my expectation with ttyplay is that it would output those two streams separately, e.g.

ttyplay -n rec.ttyrec 2>/dev/null
one <- stdout
ttyplay -n rec.ttyrec 1>/dev/null
two <- stderr

Is such a thing possible? I asumed the ttyrec file has full info about stdout/stderr.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions