Skip to content

Instantly share code, notes, and snippets.

@julianpistorius
Created March 7, 2016 17:22
Show Gist options
  • Save julianpistorius/911f013c31f7b51c44c7 to your computer and use it in GitHub Desktop.
Save julianpistorius/911f013c31f7b51c44c7 to your computer and use it in GitHub Desktop.
Leave remote command running storing output. #tip #linux #screen
# http://unix.stackexchange.com/questions/34321/leave-remote-command-running-storing-output/39720#39720
# In one session:
screen -L -S <screen_name>
# Then later from a different session:
tail -F <screen_name>.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment