Forrest logo
back to context overview

scriptreplay

List of commands for scriptreplay:

  • scriptreplay:tldr:5c5c2 scriptreplay: Replay a typescript at double the original speed.
    $ scriptreplay ${path-to-timingfile} ${path-to-typescript} 2
    try on your machine
    explain this command
  • scriptreplay:tldr:77d41 scriptreplay: Replay a typescript at half the original speed.
    $ scriptreplay ${path-to-timingfile} ${path-to-typescript} 0.5
    try on your machine
    explain this command
  • scriptreplay:tldr:bccbc scriptreplay: Replay a typescript at the speed it was recorded.
    $ scriptreplay ${path-to-timing_file} ${path-to-typescript}
    try on your machine
    explain this command
back to context overview