Revision history of "Script"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 14:15, 20 November 2025Xbl talk contribs 494 bytes +494 Created page with "Record, review, replay & re-execute terminal sessions. = script = Record a session (with timings), listens until Ctrl-d:</br> <code>script (-T <filename>)</code> Review a session:</br> <code>less -R <filename></code> Replay a session (needs timings)</br> <code>scriptreplay (-T <filename>)</code> Record a session for re-execution (-I records only inputs):</br> <code>script -T <filename> -I <filename></code> Re-execute a session:</br> <code>scriptlive -T <filename> -..."