Skip to content

Instantly share code, notes, and snippets.

View mwt's full-sized avatar

Matthew W. Thomas mwt

View GitHub Profile
@mwt
mwt / README.md
Created January 16, 2020 17:12
Quick guide to GNU screen

Basic usage

Single terminal

To launch screen, just run

screen

Then run all of your commands like stata -b do filename. When you want to "minimize" the terminal, just press Ctrl+A followed by the D key.

You can then safely log out of ssh without killing the precess that you ran.