Skip to content

Instantly share code, notes, and snippets.

@finder39
Created August 1, 2016 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save finder39/be1b6eb04d05b3333490185f8883c072 to your computer and use it in GitHub Desktop.
Save finder39/be1b6eb04d05b3333490185f8883c072 to your computer and use it in GitHub Desktop.
Kill all detached screen sessions
screen -ls | grep Detached | cut -d. -f1 | awk '{print $1}' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment