Reattach To A tmux Session
June - 2021
Attache to a named session:
tmux attach -t SESSION_NAME
To a numbered session:
tmux attach -t 0
where "0" is the number you see via tmux ls
Where "SESSION_NAME" is
Attache to a named session:
tmux attach -t SESSION_NAME
To a numbered session:
tmux attach -t 0
where "0" is the number you see via tmux ls
Where "SESSION_NAME" is