Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はそのようにペインを作成したいと思いますtmux:
tmux
$ tmux new-session -d -s mysession "while true; do sleep 1; ls; done" $ tmux split-window -h "while true; do sleep 1; ls -l; done"
このように実行すると、ペイン (ウィンドウ) で実行されているコマンドをキャンセルすると、すぐに閉じます。この動作を回避するには?