tmux

提供: Eospedia
2019年5月16日 (木) 04:06時点におけるKttn (トーク | 投稿記録)による版

移動: 案内検索

tmux

bash補完

セッション一覧の確認

$ tmux ls

デタッチしたセッションへのアタッチ

$ tmux ls

でセッション一覧を表示。

0: 1 windows (created Thu May 16 12:58:12 2019) [169x55]

とか表示されたら、:の左の数字がセッション番号。

$ tmux attach-session -t <セッション番号>

# attachはattach-sessionのエイリアス
$ tmux attach -t <セッション番号>

tは"target session"の意。