Skip to content

Instantly share code, notes, and snippets.

@kubaceg
Created April 11, 2014 21:47
Show Gist options
  • Save kubaceg/10504272 to your computer and use it in GitHub Desktop.
Save kubaceg/10504272 to your computer and use it in GitHub Desktop.
Restore last/only screen session
screen -r | screen -ls | sed 's/\..*//' | sed -n '/^\s[0-9]./p'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment