Option for recording with Screen from CLI option.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 21 Nov 2020 21:55:33 +0200
changeset 2466 ebbf146d86c1
parent 2465 1f5e1b2e8db1
child 2467 0498f0cc9966
Option for recording with Screen from CLI option.
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::