Is there a way to run a single command in all the terminal windows you have open? (I.e. SSHing into a server or something like that?)
|
feedback
|
migrated from stackoverflow.com Nov 12 '11 at 9:07
This question came from our site for professional and enthusiast programmers.
|
Here are 2 tools that I use almost daily for this exact task: ClusterSSH - Cross-platform (with X11 forwarding)
And PuTTY Connection Manager (Windows)
| |||
|
feedback
|
|
You could use an intermediate tool such as chown has suggested (ClusterSSH, PuTTY Connection Manager), or some kind of macro software. If instead you want to run the same set of commands across multiple machines, there are configuration management tools such as Puppet (and others) that will help you do this. | |||
|
feedback
|
|
I'm not sure how to do precisely what you're asking, but you might have a look at dsh which lets you send commands to multiple shells at the same time. | |||
|
feedback
|


