Reattach To A tmux Session
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
-- end of line --
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