Friday, October 13, 2017

To copy and paste on Linux console screen (using screen)

$ screen

<CTRL A><CTRL C>     -  Create a new screen
<CTRL A><SPACE>       - Cycle to the next screen

To Copy and Paste
<CTRL A>[                      - Enter Mark mode.  Use VI navigation keys to move around screen.  Use <SPACE> or <ENTER> to mark the beginning and then the end of the block

<CTRL A>]                      - Paste selected text