Created
November 22, 2018 09:22
-
-
Save daniDLL/7171e977248a72496d4cedcba5b40d15 to your computer and use it in GitHub Desktop.
Quit all 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 | 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