Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

tmux attach

# In terminal (Tested on Ubuntu 20.04)
tmux ls
# 0: 1 windows (created Thu Oct  7 18:24:25 2021)
tmux attach-session -t 0 .
 
PREVIOUS NEXT
Tagged: #tmux #attach
ADD COMMENT
Topic
Name
7+3 =