Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

tmux kill-session by name

# from outside of tmux
tmux kill-session -t <session number>

# from inside of tmux
command: CTRl-B and after that press : (colon)
kill-session -t <session number>
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #tmux
ADD COMMENT
Topic
Name
9+9 =