terminal.rst
changeset 2464 721211645861
parent 2463 2d7b8b7ebd48
child 2465 1f5e1b2e8db1
equal deleted inserted replaced
2463:2d7b8b7ebd48 2464:721211645861
    83 ``stript`` & ``ttyrec`` record byte streams together with timestamps.
    83 ``stript`` & ``ttyrec`` record byte streams together with timestamps.
    84 
    84 
    85 ``stript`` & ``ttyrec`` are not avaialble in Cygwin.
    85 ``stript`` & ``ttyrec`` are not avaialble in Cygwin.
    86 
    86 
    87 GNU Screen is capable to log terminal output to a file (literary, without timestamps) and available
    87 GNU Screen is capable to log terminal output to a file (literary, without timestamps) and available
    88 in Cygwin. Just push key ``L`` to start a recording Output will be saved into
    88 in Cygwin. Just push key ``C-a H`` to start a recording Output will be saved into the file
    89 the file ``screenlog.0``.
    89 ``screenlog.0``.
    90 
    90 
    91 With ``script`` utility::
    91 With ``script`` utility::
    92 
    92 
    93   $ script out.file
    93   $ script out.file
    94   sh# ....
    94   sh# ....