# HG changeset patch # User Oleksandr Gavenko # Date 1605988533 -7200 # Node ID ebbf146d86c193bee97b7476d514eedd40fbd81e # Parent 1f5e1b2e8db1501362d0aa245d0e58bbf23382fd Option for recording with Screen from CLI option. diff -r 1f5e1b2e8db1 -r ebbf146d86c1 terminal.rst --- a/terminal.rst Sat Nov 21 21:49:42 2020 +0200 +++ b/terminal.rst Sat Nov 21 21:55:33 2020 +0200 @@ -85,8 +85,11 @@ ``stript`` & ``ttyrec`` are not avaialble in Cygwin. GNU Screen is capable to log terminal output to a file (literary, without timestamps) and available -in Cygwin. Just push key ``C-a H`` to start a recording Output will be saved into the file -``screenlog.0``. +in Cygwin: + +* start with option ``-L``, long format looks like: ``screen -L -Logfile my.log bash`` +* or just push key ``C-a H`` to start a recording Output will be saved into the file + ``screenlog.0``. With ``script`` utility::