В Чтв, 15/02/2007 в 19:00 -0300, Henrique Niwa пишет:
> Sometime ago i saw an email from the list explaining
> how to send commands to matching windows.
> like, for windows named sh send command xyz
> i accomplished some results using the stuff command,
> but i could not replicate the enter key, n
В Чтв, 15/02/2007 в 08:53 -0500, Mag Gam пишет:
> When I type in 'screen' on my bash shell, how can I have 3 sessions
> open for serverA, serverB, serverC, and have the hostname named on the
> title bar?
Add to your .screenrc
screen -t serverA ssh serverA
screen -t serverB ssh serverB
screen -t se