To record and replay a screen session
> script -t 2> demo.timing -a demo.session Script started, file is demo.session > <do something> > exit Script done, file is demo.session And later you replay your session like this: > scriptreplay demo.timing demo.session
There are 5 comments on this page. [Display comments]