is there a linux equivalent of iTerm(mac) sending command to multiple tabs functionality?
Posted
by
jabbertalker
on Super User
See other posts from Super User
or by jabbertalker
Published on 2012-06-05T18:10:31Z
Indexed on
2012/06/08
22:43 UTC
Read the original article
Hit count: 177
in iTerm, you can send a command to execute simultaneously on a set of already opened tabs. Is there a way to do this in linux (with gnome-terminal preferably)?
for instance, supposed that I had 10 tabs already ssh'd into [email protected] and sudoed to root and wanted to send a command to run on all 10 tabs.
The goal of this is to be able to stay within a set of tabs and command them, rather than having to use expect scripts to ssh and elevate and run commands. Basically, like how you could do in iTerm.
© Super User or respective owner