> tmux/sessions/attach-to-a-session-with-the-name-mysession

Attach to a session with the name mysession

sessions

// shell

$ tmux a -t mysession
$ tmux at -t mysession
$ tmux attach -t mysession
$ tmux attach-session -t mysession