Effective working with GNU Screen...
Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). Each virtual terminal provides the functions of a DEC VT100 terminal and, in addition, several control functions like insert/delete line and support for multiple character sets. There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows...
