Created
August 1, 2016 03:23
-
-
Save finder39/be1b6eb04d05b3333490185f8883c072 to your computer and use it in GitHub Desktop.
Kill all detached screen sessions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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