Skip to content

Instantly share code, notes, and snippets.

@justinrainbow
Created November 26, 2013 18:17
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 justinrainbow/7663199 to your computer and use it in GitHub Desktop.
Save justinrainbow/7663199 to your computer and use it in GitHub Desktop.
clean out old screen sessions
ls -t /tmp/uscreens/S-$USER | awk -F '.' 'NR > 1 { 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