Ceci est une ancienne révision du document !
tmux
tmux (rempl. screen) teminal multiplexer
main commands
# Start a new session or attach to an existing session named mysession
tmux new-session -A -s mysession
# kill/delete the current session
kill-session
# Show all sessions
tmux ls
# Attach to last session
tmux attach-session