How can I launch multiple xterm windows and run a command on each, leaving each window open afterward?

前端 未结 4 760
陌清茗
陌清茗 2021-01-03 07:53

I\'m lazy, and I prefer that computers do my work for me. I ssh into several machines on a daily basis, so I created a simple script that launches some xterm windows and pl

4条回答
  •  臣服心动
    2021-01-03 08:44

    "ClusterSSH controls a number of xterm windows via a single graphical console window to allow commands to be interactively run on multiple servers over an ssh connection"

    https://github.com/duncs/clusterssh/wiki

    $ cssh server_a server_b
    $ command
    

提交回复
热议问题