Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

stop all running instances of tmux

# Basic syntax:
tmux kill-server

# Or if you are in a tmux session you would like to keep, use the following
# to close all other sessions
tmux kill-session -a
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #stop #running #instances #tmux
ADD COMMENT
Topic
Name
1+6 =