Skip to content

Instantly share code, notes, and snippets.

@daniDLL
Created November 22, 2018 09:22
Show Gist options
  • Save daniDLL/7171e977248a72496d4cedcba5b40d15 to your computer and use it in GitHub Desktop.
Save daniDLL/7171e977248a72496d4cedcba5b40d15 to your computer and use it in GitHub Desktop.
Quit all screen sessions
screen -ls | tail -n +2 | head -n -2 | awk '{print $1}'| xargs -I{} screen -S {} -X quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment