tmux new -s <name>
新しいセッションを作成する
実行したいコマンドを実行する (sh run.shなど..)
実行したら Ctrl+B
の後に D
を押す
再度アタッチする場合
tmux a -t <name>
現在アクティブなセッションリストを見る
tmux ls
Go to list of users who liked
tmux new -s <name>
新しいセッションを作成する
実行したいコマンドを実行する (sh run.shなど..)
実行したら Ctrl+B
の後に D
を押す
再度アタッチする場合
tmux a -t <name>
現在アクティブなセッションリストを見る
tmux ls
Register as a new user and use Qiita more conveniently
Go to list of users who liked