System Grab Bag

View all TLDR pages from Linux (or from all pages)

scriptreplay

Replay a typescript created by the script command to stdout. More information: https://manned.org/scriptreplay.
  • Replay a typescript at the speed it was recorded:
    scriptreplay {{path/to/timing_file}} {{path/to/typescript}}
  • Replay a typescript at double the original speed:
    scriptreplay {{path/to/timingfile}} {{path/to/typescript}} 2
  • Replay a typescript at half the original speed:
    scriptreplay {{path/to/timingfile}} {{path/to/typescript}} 0.5

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.