Skip to content

Instantly share code, notes, and snippets.

@justinrainbow
Created November 26, 2013 18:17
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