
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} 2try on your machineexplain this command
-
scriptreplay:tldr:77d41 scriptreplay: Replay a typescript at half the original speed.$ scriptreplay ${path-to-timingfile} ${path-to-typescript} 0.5try on your machineexplain 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 machineexplain this command