Skip to content

Instantly share code, notes, and snippets.

@gamefiend
Created March 18, 2014 18:42
Show Gist options
  • Save gamefiend/9626591 to your computer and use it in GitHub Desktop.
Save gamefiend/9626591 to your computer and use it in GitHub Desktop.
kill all tmux sessions
tmux ls | awk {print $1} | cut -d: -f1 | xargs -I{} tmux kill-session -t {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment