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

前端 未结 4 736
陌清茗
陌清茗 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:38

    Another option is to use gnome terminator. This creates and positions terminals interactively, and you can set up each terminal to run commands within terminator preferences.

    Also does lots of extra tricks using keybindings for things like move, rotate, maximise/minimise of terminals within the containing terminator window

    See: https://superuser.com/a/610048

提交回复
热议问题