SCRIPTLIVE(1) | Dienstprogramme für Benutzer | SCRIPTLIVE(1) |
BEZEICHNUNG
scriptlive - Sitzungs-Eingabeskripte unter Verwendung von Timing-Informationen wiedergeben
ÜBERSICHT
scriptlive [options] timingfile typescript
BESCHREIBUNG
Dieses Programm gibt ein Eingabeskript aus der Standardeingabe wieder und stellt über die Timing-Informationen sicher, dass die Ausgabe im gleichen Rhythmus wie bei der ursprünglichen Aufzeichnung des Skripts erfolgt.
Die Sitzung wird mit der $SHELL des Benutzers in neu erstellten Pseudo-Terminals ausgeführt (oder standardmäßig /bin/bash).
Be careful! The typescript may contain arbitrary commands. It is recommended to use "scriptreplay --stream in --log-in typescript" (or with --log-io instead of --log-in) to verify the typescript before it is executed with scriptlive.
The timing information is what script(1) outputs to the file specified by --log-timing. The typescript has to contain stdin information, and is what script(1) outputs to the file specified by --log-in or --log-io.
OPTIONEN
-I, --log-in Datei
-B, --log-io Datei
-E, --echo wann
The default is auto — in which case ECHO is enabled. This default behavior is subject to change.
-t, --timing Datei
-T, --log-timing Datei
-d, --divisor Faktor
-m, --maxdelay Anzahl
-h, --help
-V, --version
BEISPIELE
% script --log-timing file.tm --log-in script.in Skript gestartet, Datei ist script.out % date <etc, etc> % exit Skript wurde beendet, Datei ist script.out % scriptlive --log-timing file.tm --log-in script.in
AUTOREN
Karel Zak <kzak@redhat.com>
COPYRIGHT
Copyright © 2019 Karel Zak
Dies ist freie Software, in den Quellen finden Sie die Bedingungen zur Vervielfältigung und Weitergabe. Es gibt KEINE Garantie, auch nicht für die MARKTREIFE oder die TAUGLICHKEIT FÜR EINEN BESTIMMTEN ZWECK.
Veröffentlicht unter den Bedingungen der GNU General Public License Version 2 oder neuer.
SIEHE AUCH
FEHLER MELDEN
For bug reports, use the issue tracker https://github.com/util-linux/util-linux/issues.
VERFÜGBARKEIT
Der Befehl scriptlive ist Teil des Pakets util-linux, welches aus dem Linux-Kernel-Archiv https://www.kernel.org/pub/linux/utils/util-linux/ heruntergeladen werden kann.
2025-03-29 | util-linux 2.41 |