terminal.rst
changeset 2466 ebbf146d86c1
parent 2465 1f5e1b2e8db1
equal deleted inserted replaced
2465:1f5e1b2e8db1 2466:ebbf146d86c1
    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 ``C-a H`` to start a recording Output will be saved into the file
    88 in Cygwin:
    89 ``screenlog.0``.
    89 
       
    90 * start with option ``-L``, long format looks like: ``screen -L -Logfile my.log bash``
       
    91 * or just push key ``C-a H`` to start a recording Output will be saved into the file
       
    92   ``screenlog.0``.
    90 
    93 
    91 With ``script`` utility::
    94 With ``script`` utility::
    92 
    95 
    93   $ script out.file
    96   $ script out.file
    94   sh# ....
    97   sh# ....