Created
September 18, 2017 08:11
-
-
Save OneCDOnly/45f1c618f5501ce2502b701d319199f7 to your computer and use it in GitHub Desktop.
load all screen sessions
This file contains 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
for s in /tmp/screens/S-admin/*; do screen -r $(basename $s); done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment