Forrest logo
back to context overview

script

List of commands for script:

  • script:tldr:314c3 script: Record timing information (data is outputted to the standard error).
    $ script -t 2> ${path-to-timingfile}
    try on your machine
    explain this command
  • script:tldr:3205c script: Start recording in file named "typescript".
    $ script
    try on your machine
    explain this command
  • script:tldr:681be script: Start recording in a given file.
    $ script ${logfile-log}
    try on your machine
    explain this command
  • script:tldr:693bc script: Append to an existing file.
    $ script -a ${logfile-log}
    try on your machine
    explain this command
  • script:tldr:999cd script: Execute quietly without start and done messages.
    $ script -q ${logfile-log}
    try on your machine
    explain this command
back to context overview