LoginSignup
35
24

More than 3 years have passed since last update.

tmuxで複数のペインに対して同時にコマンドを実行する

Last updated at Posted at 2016-09-08

この技を使えば作業効率がN倍になるかもしれない

デモ

4つのペインに対して同時にuptimeコマンドを実行する
https://gyazo.com/85ef1eac196c5c703281595436b0c878

コマンド

Prefix -> :set-window-option synchronize-panes on -> Enterでこのモードに入ることができる。

同一ウィンドウ内の全てのペインに対して同じコマンドを同時に実行できるので、複数のサーバへのオペレーション等で役に立つ。例えばyum updateなどの時間のかかるコマンドだったり、topコマンドで同時に負荷を確認したり。

Prefix -> :set-window-option synchronize-panes off -> Enterでこのモードを終了できる(onの部分がoffになっただけ)。

35
24
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
35
24