This special command syntax allows you to send commands to a named session
other than the one that is currently active. You can also activate a session by
name.
Command syntax
#<session name>
This format will activate the named session.
#<session name> {commands}
This format will send the associated commands to the specified session.
Examples
These examples assume you have several session active. One session is named
‘aa’, another is named ‘tiny’. The following command will activate the session
named ‘tiny’:
#tiny
The following command will say something to folks in the session named ‘aa’:
#aa {say Coyote’s not here right now Mrs. Torrance!}