Skip to content

Instantly share code, notes, and snippets.

@GuiMarthe
Created October 24, 2017 21:27
Show Gist options
  • Select an option

  • Save GuiMarthe/8f1d9f5e2c6b30dc095c2a3f44cd232e to your computer and use it in GitHub Desktop.

Select an option

Save GuiMarthe/8f1d9f5e2c6b30dc095c2a3f44cd232e to your computer and use it in GitHub Desktop.
kill all tmux sessions
tmux ls | grep : | cut -d. -f1 | awk '{print substr($1, 0, length($1)-1)}' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment